java/code/webapp/WEB-INF/includes/legends/system-legend.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b5aefe004eb6839ede6e0cff62635496f4f4368c Author: Michael Mraka michael.mraka@redhat.com Date: Mon Dec 2 13:46:56 2013 +0100
bootstrap tuning: match legend icon with displayed one
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 61a702d..4738a39 100644 --- a/java/code/webapp/WEB-INF/includes/legends/system-legend.jsp +++ b/java/code/webapp/WEB-INF/includes/legends/system-legend.jsp @@ -21,6 +21,6 @@ </rhn:require> <li><i class="fa fa-1-5x spacewalk-icon-virtual-host"></i><bean:message key="systemlist.jsp.virthost"/></li> <li><i class="fa fa-1-5x spacewalk-icon-virtual-guest"></i><bean:message key="systemlist.jsp.virtguest"/></li> - <li><i class="fa fa-laptop fa-1-5x"></i><bean:message key="systemlist.jsp.nonvirt"/></li> + <li><i class="fa fa-desktop fa-1-5x"></i><bean:message key="systemlist.jsp.nonvirt"/></li> </ul> </div>
spacewalk-commits@lists.fedorahosted.org