Author:   Lars Michelsen <[email protected]>
Date:     Fri Jul  1 18:49:19 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Fri Jul  1 18:49:19 2011 +0200

Bugfix: Automap could not be used in IE due to javascript error

---

 share/server/core/classes/NagVisAutoMap.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/share/server/core/classes/NagVisAutoMap.php 
b/share/server/core/classes/NagVisAutoMap.php
index d64bc68..efb9c79 100644
--- a/share/server/core/classes/NagVisAutoMap.php
+++ b/share/server/core/classes/NagVisAutoMap.php
@@ -400,9 +400,10 @@ class NagVisAutoMap extends GlobalMap {
         $lines = Array();
         // FIXME: Handle line style!
         $aConf = Array(
+           'z'          => 90,
             'line_type'  => '11',
             'line_color' => '#000',
-            'line_width' => 1
+            'line_width' => 1,
         );
 
         $objIds = $this->MAPCFG->loadObjIds();
@@ -877,4 +878,4 @@ class NagVisAutoMap extends GlobalMap {
         return $this->options;
     }
 }
-?>
\ No newline at end of file
+?>


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to