java/code/webapp/WEB-INF/includes/legends/system-group-legend.jsp | 4 ++--
java/code/webapp/WEB-INF/includes/legends/system-legend.jsp | 2 +-
java/code/webapp/WEB-INF/includes/legends/yourrhn-legend.jsp | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 5a66135ab183e30078a8dbf3335e24ebea9405f2
Author: Tomas Kasparek <tkasparek(a)redhat.com>
Date: Thu Dec 19 16:04:25 2013 +0100
change order of system ok/warn/crit in legends
diff --git a/java/code/webapp/WEB-INF/includes/legends/system-group-legend.jsp b/java/code/webapp/WEB-INF/includes/legends/system-group-legend.jsp
index 88da003..9be9b62 100644
--- a/java/code/webapp/WEB-INF/includes/legends/system-group-legend.jsp
+++ b/java/code/webapp/WEB-INF/includes/legends/system-group-legend.jsp
@@ -5,7 +5,7 @@
<h4><bean:message key="system-group-legend.jsp.title"/></h4>
<ul>
<li><rhn:icon type="system-ok" /><bean:message key="system-group-legend.jsp.fully"/></li>
- <li><rhn:icon type="system-crit" /><bean:message key="system-group-legend.jsp.updates"/></li>
- <li><rhn:icon type="system-warn" /><bean:message key="system-group-legend.jsp.critical"/></li>
+ <li><rhn:icon type="system-warn" /><bean:message key="system-group-legend.jsp.updates"/></li>
+ <li><rhn:icon type="system-crit" /><bean:message key="system-group-legend.jsp.critical"/></li>
</ul>
</div>
diff --git a/java/code/webapp/WEB-INF/includes/legends/system-legend.jsp b/java/code/webapp/WEB-INF/includes/legends/system-legend.jsp
index 8c62cb4..094440c 100644
--- a/java/code/webapp/WEB-INF/includes/legends/system-legend.jsp
+++ b/java/code/webapp/WEB-INF/includes/legends/system-legend.jsp
@@ -5,8 +5,8 @@
<h4><bean:message key="system-legend.jsp.title"/></h4>
<ul>
<li><rhn:icon type="system-ok" /><bean:message key="system-legend.jsp.fully"/></li>
- <li><rhn:icon type="system-crit" /><bean:message key="system-legend.jsp.critical"/></li>
<li><rhn:icon type="system-warn" /><bean:message key="system-legend.jsp.updates"/></li>
+ <li><rhn:icon type="system-crit" /><bean:message key="system-legend.jsp.critical"/></li>
<li><rhn:icon type="system-unknown" /><bean:message key="system-legend.jsp.notcheckingin"/></li>
<rhn:require acl="org_entitlement(sw_mgr_enterprise)">
<li><rhn:icon type="system-locked" /><bean:message key="system-legend.jsp.locked"/></li>
diff --git a/java/code/webapp/WEB-INF/includes/legends/yourrhn-legend.jsp b/java/code/webapp/WEB-INF/includes/legends/yourrhn-legend.jsp
index d0342dc..22cd150 100644
--- a/java/code/webapp/WEB-INF/includes/legends/yourrhn-legend.jsp
+++ b/java/code/webapp/WEB-INF/includes/legends/yourrhn-legend.jsp
@@ -5,8 +5,8 @@
<h4><bean:message key="yourrhn-legend.jsp.title" /></h4>
<ul>
<li><rhn:icon type="system-ok" /><bean:message key="system-legend.jsp.fully" /></li>
- <li><rhn:icon type="system-crit" /><bean:message key="system-legend.jsp.critical" /></li>
<li><rhn:icon type="system-warn" /><bean:message key="system-legend.jsp.updates" /></li>
+ <li><rhn:icon type="system-crit" /><bean:message key="system-legend.jsp.critical" /></li>
<li><rhn:icon type="system-unknown" /><bean:message key="system-legend.jsp.notcheckingin" /></li>
<rhn:require acl="org_entitlement(sw_mgr_enterprise)">
<li><rhn:icon type="system-locked" /><bean:message key="system-legend.jsp.locked" /></li>