On 03.11.12 09:40, Jan Pazdziora wrote: > On Fri, Nov 02, 2012 at 10:34:04PM +0100, [email protected] wrote: >> Upgrading to Spacewalk 1.8 the systems overview and other similar >> lists don't show the column for the number of config files with >> differences. >> >> Browsing through the source code I think it's a bug at line 105 of >> >> java/code/webapp/WEB-INF/pages/common/fragments/systems/system_listdisplay.jspf >> >> It says: >> >> <c:if test = "${empty noConfigFiles} and empty extraPackagesMode"> >> >> I think it should be >> >> <c:if test = "${empty noConfigFiles and empty extraPackagesMode}"> >> >> instead. > > You are right, thank you for reporting this. I've now fixed master. > We will do updated 1.8 packages probably sometimes next wekk. >
I have changed it on our spacewalk server in the file /var/lib/tomcat6/webapps/rhn/WEB-INF/pages/common/fragments/systems/system_listdisplay.jspf but even after a "spacewalk-service restart" it still won't show. Is there anything else to do? Gerald _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
