diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-23 09:37:47 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-23 09:37:47 +0000 |
| commit | 5c3768ceaa3080321c3bf6481640fcdd380d0025 (patch) | |
| tree | 172b94421c008b166a1106c5c42f983c2b8fe5b3 /frontends/php/include/page_header.php | |
| parent | 6db9d7bcf88b79ab279dd2b5dc929fabb1a23f1f (diff) | |
- [DEV-192] added filter to Status of triggers (Artem)
- [DEV-191] monitoring screens inline update preparation (Artem)
- [DEV-192] added severity filter in status of triggers (Artem)
- [DEV-137] sql fixes for oracle (Artem)
- [ZBX-396] fixed error maps message (Artem)
- [ZBX-394] fixed showing hosts without group in status of triggers (Artem)
- [DEV-137] small fixes (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5841 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index 636d28fd..d952a2bb 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -209,15 +209,15 @@ COpt::profiling_start("page"); 'sub_pages'=>array('popup_trexpr.php') ), array('url'=>'actionconf.php' ,'label'=>S_ACTIONS), - array('url'=>'sysmaps.php' ,'label'=>S_MAPS, - 'sub_pages'=>array('sysmap.php','popup_link_tr.php') - ), array('url'=>'graphs.php' ,'label'=>S_GRAPHS, 'sub_pages'=>array('popup_gitem.php') ), array('url'=>'screenconf.php' ,'label'=>S_SCREENS, 'sub_pages'=>array('screenedit.php') ), + array('url'=>'sysmaps.php' ,'label'=>S_MAPS, + 'sub_pages'=>array('sysmap.php','popup_link_tr.php') + ), array('url'=>'services.php' ,'label'=>S_IT_SERVICES, 'sub_pages'=>array('services_form.php') ), |
