summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/page_header.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-01 15:43:49 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-01 15:43:49 +0000
commit222b652b3e10a33f460c222320685d3e75fd9756 (patch)
tree2aedee556edc1a0224c4bb96d04962c953cb529f /frontends/php/include/page_header.php
parentcb5a8201693fba5ae897caf8f0e22db9d6f2ce16 (diff)
downloadzabbix-222b652b3e10a33f460c222320685d3e75fd9756.tar.gz
zabbix-222b652b3e10a33f460c222320685d3e75fd9756.tar.xz
zabbix-222b652b3e10a33f460c222320685d3e75fd9756.zip
improved interface for webmonitoring
git-svn-id: svn://svn.zabbix.com/trunk@3787 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
-rw-r--r--frontends/php/include/page_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php
index 7de0c349..ff21e5c5 100644
--- a/frontends/php/include/page_header.php
+++ b/frontends/php/include/page_header.php
@@ -112,10 +112,10 @@ COpt::profiling_start("page");
"label" => S_MONITORING,
"default_page_id" => 0,
"pages"=>array(
+ array("url"=>"overview.php" ,"label"=>S_OVERVIEW ),
array("url"=>"httpmon.php" ,"label"=>S_WEB ,
"sub_pages"=>array("httpdetails.php")
),
- array("url"=>"overview.php" ,"label"=>S_OVERVIEW ),
array("url"=>"latest.php" ,"label"=>S_LATEST_DATA ,
"sub_pages"=>array("history.php","chart.php")
),