diff options
| author | martinsj <martinsj@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-25 12:57:32 +0000 |
|---|---|---|
| committer | martinsj <martinsj@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-25 12:57:32 +0000 |
| commit | 0b8329a1c06de8a4f426519daca06c9a7f9bc1bb (patch) | |
| tree | 5fd692776aa12bab08a2df5130c65e4ddc865384 /frontends/php/include/config.inc.php | |
| parent | 22ea6c1ff9a7517df09389803ff88ba401214e99 (diff) | |
- added Notification Report (Martins)
git-svn-id: svn://svn.zabbix.com/trunk@2779 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
| -rw-r--r-- | frontends/php/include/config.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index b4e4f1b8..2ffdb1a1 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1045,10 +1045,11 @@ COpt::profiling_start("page"); ), "reports"=>array( "label"=>S_REPORTS, - "pages"=>array("report1.php","report2.php"), + "pages"=>array("report1.php","report2.php","report4.php"), "level2"=>array( array("label"=>S_STATUS_OF_ZABBIX,"url"=>"report1.php"), - array("label"=>S_AVAILABILITY_REPORT,"url"=>"report2.php") + array("label"=>S_AVAILABILITY_REPORT,"url"=>"report2.php"), + array("label"=>S_NOTIFICATIONS,"url"=>"report4.php") ) ), "configuration"=>array( |
