Title: [opsview] [11535] Restore footer build information
- Revision
- 11535
- Author
- tvoon
- Date
- 2013-02-19 20:09:44 +0000 (Tue, 19 Feb 2013)
Log Message
Restore footer build information
Modified Paths
Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES 2013-02-19 18:01:44 UTC (rev 11534)
+++ trunk/CHANGES 2013-02-19 20:09:44 UTC (rev 11535)
@@ -6,6 +6,7 @@
ENHANCEMENTS:
Allow tracing of individual hosts in check_snmp_interfaces_cascade
Allow specifying a throughput range for SNMP alerts
+ Restore clicking on product name in footer to get build version information
NOTICES:
FIXES:
Fixed incorrect SNMP version definition and timeout values
===================================================================
--- trunk/opsview-web/root/wrapper_footer 2013-02-19 18:01:44 UTC (rev 11534)
+++ trunk/opsview-web/root/wrapper_footer 2013-02-19 20:09:44 UTC (rev 11535)
@@ -12,15 +12,14 @@
END;
%]
<div id="footerbox" class="centered [% footerbox_extra_class %]">
-<div class="clickable productname"[% IF show_version; %] _onclick_='$("version_info").toggle();$("build_info").toggle()'[% END %]>
+<div class="clickable productname" _onclick_='$("version_info").toggle();$("build_info").toggle()'>
<p>
-[% IF show_version -%]
-<span id='version_info'>[% opsview_edition | html %] [% c.loc("ui.sidenav.version") %]: [% c.config.version %]</span>
+<span id='version_info'>[% opsview_edition | html %] [%
+IF show_version;
+ c.loc("ui.sidenav.version") %]: [% c.config.version;
+END;
+%]</span>
<span id='build_info' style='display:none'>[% c.loc("ui.sidenav.build") %]: [% c.config.build %]</span>
-[%- ELSE -%]
-<!-- BUILD: [% c.config.build %] -->
-[% opsview_edition | html %]
-[%- END %]
</p>
</div>
<p>[% support_text %]</p>
_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins