diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-03 11:08:08 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-03 11:08:08 +0000 |
| commit | 1d4932febbadd8d47c6157042b78d7c97d45c491 (patch) | |
| tree | c4292c3bedb6e2f92e9776f0090f039de1f564b4 /frontends/php/include/page_header.php | |
| parent | 401e47c3a3f0edeb031c6c73a47225bb6e70d7d6 (diff) | |
- [DEV-123] screen "queue" moved to administration section (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5433 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index 67672747..b7911c4c 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -118,7 +118,6 @@ COpt::profiling_start("page"); "sub_pages"=>array("tr_events.php","acknow.php","tr_comments.php", "chart4.php","scripts_exec.php") ), - array("url"=>"queue.php" ,"label"=>S_QUEUE ), array("url"=>"events.php" ,"label"=>S_EVENTS ), array("url"=>"actions.php" ,"label"=>S_ACTIONS ), array("url"=>"discovery.php" ,"label"=>S_DISCOVERY , "user_type"=>USER_TYPE_ZABBIX_ADMIN), @@ -200,6 +199,7 @@ COpt::profiling_start("page"); array("url"=>"media_types.php" ,"label"=>S_MEDIA_TYPES ), array("url"=>"scripts.php" ,"label"=>S_SCRIPTS), array("url"=>"audit.php" ,"label"=>S_AUDIT ), + array("url"=>"queue.php" ,"label"=>S_QUEUE ), array("url"=>"report4.php" ,"label"=>S_NOTIFICATIONS ), array("url"=>"locales.php" ,"label"=>S_LOCALES ), array("url"=>"instal.php" ,"label"=>S_INSTALLATION , |
