Bugzilla – Bug 2254
Server & Network Health display reports syntax errors
Last modified: 2008-09-15 14:36:01 UTC
When navigating to the Server & Network Health, I get a Syntax Error at line 141 (Fishbone skin) or an Object Error at line 114 (Default skin) if Performance Monitoring is not currently enabled. After enabling the facility, the Page seems to function well. I get the error again if I try to disable the facility.
looks like [% refresh %] isn't defined until the monitoring is enabled. IE will complain about the missing value. Either this param has to be supplied regardless, or the refresh scripts could be wrapped in [% IF refresh %]<script>...</script>[% END %] and <body [% IF refresh %]onload="doLoad()"[% END %] I think I'd prefer the latter, since a refresh isn't needed when disabled
committed to trunk at change 4555