Author: Lars Michelsen <[email protected]>
Date: Thu Nov 24 08:59:32 2011 +0100
Committer: Lars Michelsen <[email protected]>
Commit-Date: Thu Nov 24 08:59:32 2011 +0100
Added map name dropdown to parent_map option when editing global map
configuration
---
ChangeLog | 2 ++
share/server/core/mapcfg/default.php | 5 ++++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 64ac3e1..6b52383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@ Frontend
* Sorting maps by alias in header menu now
* Bugfix: Not adding default_params parameter to all maps after editing the
global map configuration using the web frontend
+ * Added map name dropdown to parent_map option when editing global map
+ configuration
1.6rc4
Core
diff --git a/share/server/core/mapcfg/default.php
b/share/server/core/mapcfg/default.php
index b87a360..02210fc 100644
--- a/share/server/core/mapcfg/default.php
+++ b/share/server/core/mapcfg/default.php
@@ -196,7 +196,10 @@ $mapConfigVars = Array(
'parent_map' => Array(
'must' => 0,
'default' => '',
- 'match' => MATCH_MAP_NAME_EMPTY),
+ 'match' => MATCH_MAP_NAME_EMPTY,
+ 'field_type' => 'dropdown',
+ 'list' => 'listMapNames',
+ ),
'context_menu' => Array(
'must' => 0,
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, 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-novd2d
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins