Title: [opsview] [12170] Fixed another image path in dashboard
Revision
12170
Author
dferguson
Date
2013-04-23 14:41:59 +0100 (Tue, 23 Apr 2013)

Log Message

Fixed another image path in dashboard

Image was missing in a rehomed app

Modified Paths

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2013-04-23 12:35:18 UTC (rev 12169)
+++ trunk/CHANGES	2013-04-23 13:41:59 UTC (rev 12170)
@@ -28,7 +28,7 @@
     Fixed Debian nagios-nrpe-server package not being a conflict
     Fixed check_snmp_ifstatus plugin to cope with gaps in nodes when polling SNMP interfaces
     Fixed SNMP polling of device interfaces with no ifDescr set
-    Fixed path to /images/homepageScreenMag2.png dashboard on a rehomed web app
+    Fixed pathes to various images in dashboaard for a rehomed web app
 
 3.20130304
     ENHANCEMENTS:

Modified: trunk/opsview-core/share/_javascript_/events.js
===================================================================
--- trunk/opsview-core/share/_javascript_/events.js	2013-04-23 12:35:18 UTC (rev 12169)
+++ trunk/opsview-core/share/_javascript_/events.js	2013-04-23 13:41:59 UTC (rev 12170)
@@ -424,7 +424,7 @@
 
       function contextMenu(url) {
         var id = "menu_" + getUUID();
-        return '<img _onClick_="_javascript_:load_context_menu(event,\'' + url + '\')" class="menu right" src="" width="20" height="20" />';
+        return '<img _onClick_="_javascript_:load_context_menu(event,\'' + url + '\')" class="menu right" src="" width="20" height="20" />';
       }
 
       // add data to table

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to