summaryrefslogtreecommitdiffstats
path: root/frontends/php/history.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-06 09:39:49 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-06 09:39:49 +0000
commit2bbcbc612c9aee480e6dd1810d76d7a8b8af2a40 (patch)
tree19aceba8772fdda00d8c9c7acdeb2cfe6e959427 /frontends/php/history.php
parent389a30f73355a069381e7dd7be26a1f7214fd8af (diff)
downloadzabbix-2bbcbc612c9aee480e6dd1810d76d7a8b8af2a40.tar.gz
zabbix-2bbcbc612c9aee480e6dd1810d76d7a8b8af2a40.tar.xz
zabbix-2bbcbc612c9aee480e6dd1810d76d7a8b8af2a40.zip
- fixed reset button for graph (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4447 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/history.php')
-rw-r--r--frontends/php/history.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/history.php b/frontends/php/history.php
index 0f655963..d312fe60 100644
--- a/frontends/php/history.php
+++ b/frontends/php/history.php
@@ -64,7 +64,7 @@ include_once "include/page_header.php";
/* actions */
"remove_log"=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),
- ""=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),
+ "reset"=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),
"cancel"=> array(T_ZBX_STR, O_OPT, P_SYS, null, null),
/* other */
"form"=> array(T_ZBX_STR, O_OPT, P_SYS, null, null),