diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-01 16:59:40 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-01 16:59:40 +0000 |
| commit | 83b5e44b019bfa89d96c3e14a903497eb93bcde7 (patch) | |
| tree | 44527134aec9f76198c47ba04ef5151e8fbe5227 /frontends/php/include/page_header.php | |
| parent | cfac845b1a97348e527e36a0de4a651900fa696f (diff) | |
| download | zabbix-83b5e44b019bfa89d96c3e14a903497eb93bcde7.tar.gz zabbix-83b5e44b019bfa89d96c3e14a903497eb93bcde7.tar.xz zabbix-83b5e44b019bfa89d96c3e14a903497eb93bcde7.zip | |
- fixed page access to pie graphs (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5574 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 e023441b..ef70b9aa 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -105,7 +105,7 @@ COpt::profiling_start("page"); array( "url"=>"dashboard.php", "label"=>S_DASHBOARD, - "sub_pages"=>array("chart2.php","chart6.php","charts.php","screens.php","maps.php","map.php") + "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( |
