summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-10-10 13:30:52 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-10-10 13:30:52 +0000
commitf956943eb129e7be82f3f33b81c8ba02d4fa90fc (patch)
treee3d4b1f0a749be496bbb6b47628402180d758692 /frontends/php/include/config.inc.php
parent8aea63ae58f8eb96ab06015c2d0c0c15a9c307ee (diff)
Minor change.
git-svn-id: svn://svn.zabbix.com/trunk@1465 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 53c721e2..ff9e3a9d 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1611,13 +1611,13 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
$menu=array(
"view"=>array(
"label"=>"View",
- "pages"=>array("latest.php","tr_status.php","queue.php","latestalarms.php","alerts.php","maps.php","charts.php","screens.php","srv_status.php"),
+ "pages"=>array("latest.php","tr_status.php","queue.php","latestalarms.php","alerts.php","maps.php","charts.php","screens.php","srv_status.php","alarms.php"),
"level2"=>array(
array("label"=>"Latest data","url"=>"latest.php"),
array("label"=>"Triggers","url"=>"tr_status.php?onlytrue=true&noactions=true&compact=true"),
array("label"=>"Queue","url"=>"queue.php"),
- array("label"=>"Actions","url"=>"latestalarms.php"),
- array("label"=>"Alerts","url"=>"alerts.php"),
+ array("label"=>"Events","url"=>"latestalarms.php"),
+ array("label"=>"Actions","url"=>"alerts.php"),
array("label"=>"Maps","url"=>"maps.php"),
array("label"=>"Graphs","url"=>"charts.php"),
array("label"=>"Screens","url"=>"screens.php"),
@@ -1626,14 +1626,15 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
),
"reports"=>array(
"label"=>"Reports",
- "pages"=>array("report2.php"),
+ "pages"=>array("report1.php","report2.php"),
"level2"=>array(
+ array("label"=>"Status of ZABBIX","url"=>"report1.php"),
array("label"=>"Availability report","url"=>"report2.php")
)
),
"configuration"=>array(
"label"=>"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"),
+ "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"),
"level2"=>array(
array("label"=>"General","url"=>"config.php"),
array("label"=>"Users","url"=>"users.php"),