Author:   Lars Michelsen <[email protected]>
Date:     Fri Sep 23 01:21:06 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Fri Sep 23 01:21:06 2011 +0200

Fixed iconset attribute dependencies; Fixed line_type default value

---

 share/server/core/mapcfg/default.php |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/share/server/core/mapcfg/default.php 
b/share/server/core/mapcfg/default.php
index 3628f49..3210b45 100644
--- a/share/server/core/mapcfg/default.php
+++ b/share/server/core/mapcfg/default.php
@@ -361,14 +361,17 @@ $mapConfigVars = Array(
     ),
 
     'iconset' => Array(
-        'must'       => 0,
-        'default'    => cfg('defaults', 'icons'),
-        'match'      => MATCH_STRING_NO_SPACE,
-        'field_type' => 'dropdown',
-        'list'       => 'listIconsets',
+        'must'          => 0,
+        'default'       => cfg('defaults', 'icons'),
+        'match'         => MATCH_STRING_NO_SPACE,
+        'field_type'    => 'dropdown',
+        'depends_on'    => 'view_type',
+        'depends_value' => 'icon',
+        'list'          => 'listIconsets',
     ),
     'line_type' => Array(
         'must'          => 0,
+        'default'       => '11',
         'match'         => MATCH_LINE_TYPE,
         'field_type'    => 'dropdown',
         'depends_on'    => 'view_type',


------------------------------------------------------------------------------
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-d2dcopy2
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to