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.

Gerald

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to