diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-29 15:44:44 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-29 15:44:44 +0000 |
| commit | b3fdbc2e18481417daa954df4a84715019ead9a3 (patch) | |
| tree | a66eaa27f88e3a180afc8f28c7b04b82b0b47eed /frontends/php/include/page_header.php | |
| parent | 9ebbcf5e025c0353bef8bf11d8bccd811c663024 (diff) | |
| download | zabbix-b3fdbc2e18481417daa954df4a84715019ead9a3.tar.gz zabbix-b3fdbc2e18481417daa954df4a84715019ead9a3.tar.xz zabbix-b3fdbc2e18481417daa954df4a84715019ead9a3.zip | |
- [DEV-118] updates and fixes {still beta} (Artem)
- [DEV-126] removed screen/maps/graphs {beta} (Artem)
- other changes (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5423 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index 628a5447..67672747 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -102,7 +102,11 @@ COpt::profiling_start("page"); "node_perm" => PERM_READ_LIST, "default_page_id" => 0, "pages"=>array( - array("url"=>"dashboard.php" ,"label"=>S_DASHBOARD ), + array( + "url"=>"dashboard.php", + "label"=>S_DASHBOARD, + "sub_pages"=>array("chart2.php","charts.php","screens.php","maps.php","map.php") + ), array("url"=>"overview.php" ,"label"=>S_OVERVIEW ), array("url"=>"httpmon.php" ,"label"=>S_WEB , "sub_pages"=>array("httpdetails.php") @@ -117,13 +121,6 @@ COpt::profiling_start("page"); array("url"=>"queue.php" ,"label"=>S_QUEUE ), array("url"=>"events.php" ,"label"=>S_EVENTS ), array("url"=>"actions.php" ,"label"=>S_ACTIONS ), - array("url"=>"maps.php" ,"label"=>S_MAPS , - "sub_pages"=>array("map.php") - ), - array("url"=>"charts.php" ,"label"=>S_GRAPHS , - "sub_pages"=>array("chart2.php") - ), - array("url"=>"screens.php" ,"label"=>S_SCREENS ), array("url"=>"discovery.php" ,"label"=>S_DISCOVERY , "user_type"=>USER_TYPE_ZABBIX_ADMIN), array("url"=>"srv_status.php" ,"label"=>S_IT_SERVICES , 'forse_disable_subnodes' => true, "sub_pages"=>array("report3.php","chart_sla.php","chart5.php") |
