summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-10-07 14:57:55 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-10-07 14:57:55 +0000
commitfd594bf1282a67e7f703e32dd16ea8b8782488f0 (patch)
tree94c0bab995a9d76083d795f1daaad5aeb57451ea /frontends/php/include
parent2b52e88210ffaf6c45395366d04555d9eb93025c (diff)
downloadzabbix-fd594bf1282a67e7f703e32dd16ea8b8782488f0.tar.gz
zabbix-fd594bf1282a67e7f703e32dd16ea8b8782488f0.tar.xz
zabbix-fd594bf1282a67e7f703e32dd16ea8b8782488f0.zip
Minor change.
git-svn-id: svn://svn.zabbix.com/trunk@1463 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 520296e7..53c721e2 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1616,7 +1616,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
array("label"=>"Latest data","url"=>"latest.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"=>"Actions","url"=>"latestalarms.php"),
array("label"=>"Alerts","url"=>"alerts.php"),
array("label"=>"Maps","url"=>"maps.php"),
array("label"=>"Graphs","url"=>"charts.php"),