diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-10-07 08:37:17 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-10-07 08:37:17 +0000 |
| commit | 2b52e88210ffaf6c45395366d04555d9eb93025c (patch) | |
| tree | 0e74a474d59ab70f00fd0cab229fce9d16160d62 /frontends/php/include | |
| parent | f1a376ca30c1286fe9b2941203f6de70e37f2d39 (diff) | |
| download | zabbix-2b52e88210ffaf6c45395366d04555d9eb93025c.tar.gz zabbix-2b52e88210ffaf6c45395366d04555d9eb93025c.tar.xz zabbix-2b52e88210ffaf6c45395366d04555d9eb93025c.zip | |
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1462 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 8830b995..520296e7 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1614,7 +1614,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; "pages"=>array("latest.php","tr_status.php","queue.php","latestalarms.php","alerts.php","maps.php","charts.php","screens.php","srv_status.php"), "level2"=>array( array("label"=>"Latest data","url"=>"latest.php"), - array("label"=>"Triggers","url"=>"tr_status.php?onlytrue=true&noactions=true&compact=true.php"), + array("label"=>"Triggers","url"=>"tr_status.php?onlytrue=true&noactions=true&compact=true"), array("label"=>"Queue","url"=>"queue.php"), array("label"=>"Alarms","url"=>"latestalarms.php"), array("label"=>"Alerts","url"=>"alerts.php"), @@ -3680,7 +3680,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; { ?> <p align=center> - <table class="form" width="100%" cellspacing=0 cellpadding=1> + <table class="form" width="50%" cellspacing=0 cellpadding=1> <tr> <td class="form_row" height=24 colspan=2> <?php |
