summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-26 13:48:13 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-26 13:48:13 +0000
commit823d0bd76e9c1ef1d45710bca152d44cfd6ce611 (patch)
tree16e2c0427907314f524fe36ffd109b8a43e331d2 /frontends/php/include/config.inc.php
parente5e6c15685931878b563598a92fa8d822e736e50 (diff)
Better configuration of actions. Not finished...
git-svn-id: svn://svn.zabbix.com/trunk@2427 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 29444692..05e38709 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1068,7 +1068,7 @@ echo "</head>";
),
"configuration"=>array(
"label"=>S_CONFIGURATION,
- "pages"=>array("config.php","users.php","audit.php","hosts.php","items.php","triggers.php","sysmaps.php","graphs.php","screenconf.php","services.php","sysmap.php","media.php","screenedit.php","actions.php","graph.php"),
+ "pages"=>array("config.php","users.php","audit.php","hosts.php","items.php","triggers.php","sysmaps.php","graphs.php","screenconf.php","services.php","sysmap.php","media.php","screenedit.php","actions.php","graph.php","actionconf.php"),
"level2"=>array(
array("label"=>S_GENERAL,"url"=>"config.php"),
array("label"=>S_USERS,"url"=>"users.php"),
@@ -1076,6 +1076,7 @@ echo "</head>";
array("label"=>S_HOSTS,"url"=>"hosts.php"),
array("label"=>S_ITEMS,"url"=>"items.php"),
array("label"=>S_TRIGGERS,"url"=>"triggers.php"),
+ array("label"=>S_ACTIONS,"url"=>"actionconf.php"),
array("label"=>S_MAPS,"url"=>"sysmaps.php"),
array("label"=>S_GRAPHS,"url"=>"graphs.php"),
array("label"=>S_SCREENS,"url"=>"screenconf.php"),