From b3fdbc2e18481417daa954df4a84715019ead9a3 Mon Sep 17 00:00:00 2001 From: artem Date: Fri, 29 Feb 2008 15:44:44 +0000 Subject: - [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 --- frontends/php/include/page_header.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'frontends/php/include/page_header.php') 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") -- cgit