Module: nagvis
Branch: master
Commit: f60a60a68786dff52374658cde2bc2fba5a39b71
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=f60a60a68786dff52374658cde2bc2fba5a39b71

Author: LaMi <[email protected]>
Date:   Fri Dec  4 22:33:05 2009 +0100

#13 Fixed new params for automaps

---

 .../nagvis-js/classes/FrontendModAutoMap.php       |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/share/frontend/nagvis-js/classes/FrontendModAutoMap.php 
b/share/frontend/nagvis-js/classes/FrontendModAutoMap.php
index 0631f48..2cddd73 100644
--- a/share/frontend/nagvis-js/classes/FrontendModAutoMap.php
+++ b/share/frontend/nagvis-js/classes/FrontendModAutoMap.php
@@ -21,7 +21,10 @@ class FrontendModAutoMap extends FrontendModule {
                               'height' => MATCH_INTEGER_EMPTY,
                               'ignoreHosts' => MATCH_STRING_NO_SPACE_EMPTY,
                               'filterGroup' => MATCH_STRING_NO_SPACE_EMPTY,
-                              'rotation' => MATCH_ROTATION_NAME_EMPTY);
+                              'rotation' => MATCH_ROTATION_NAME_EMPTY,
+                              'enableHeader' => MATCH_BOOLEAN_EMPTY,
+                              'enableContext' => MATCH_BOOLEAN_EMPTY,
+                              'enableHover' => MATCH_BOOLEAN_EMPTY);
                
                $aVals = $this->getCustomOptions($aOpts);
                $this->name = $aVals['show'];


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to