diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-01 15:09:38 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-01 15:09:38 +0000 |
| commit | 9158473c0884eabb4877274af46d3991cb6ed854 (patch) | |
| tree | 848a2c2d27e942355d102fe377abf6706e680529 /frontends/php/include/page_header.php | |
| parent | b205072539c6f5a77b7fdc69bd3b8387314576da (diff) | |
- [DEV-137] returning graphs, maps, screens to menu (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5809 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index 6d0591f1..636d28fd 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -109,9 +109,11 @@ COpt::profiling_start("page"); array( 'url'=>'dashboard.php', 'label'=>S_DASHBOARD, - 'sub_pages'=>array('chart2.php','chart3.php','chart6.php','chart7.php','charts.php','screens.php','maps.php','map.php') ), - array('url'=>'overview.php' ,'label'=>S_OVERVIEW ), + array( + 'url'=>'overview.php', + 'label'=>S_OVERVIEW + ), array( 'url'=>'httpmon.php', 'label'=>S_WEB, @@ -133,6 +135,20 @@ COpt::profiling_start("page"); 'sub_pages'=>array('tr_events.php') ), array( + 'url'=>'charts.php', + 'label'=>S_GRAPHS, + 'sub_pages'=>array('chart2.php','chart3.php','chart6.php','chart7.php') + ), + array( + 'url'=>'screens.php', + 'label'=>S_SCREENS + ), + array( + 'url'=>'maps.php', + 'label'=>S_MAPS, + 'sub_pages'=>array('map.php') + ), + array( 'url'=>'discovery.php', 'label'=>S_DISCOVERY, 'user_type'=>USER_TYPE_ZABBIX_ADMIN), |
