summaryrefslogtreecommitdiffstats
path: root/frontends/php/httpdetails.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-30 13:06:48 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-30 13:06:48 +0000
commited2c0680410850596f8d3782a453412ac301502c (patch)
treeb02ad557c7d960456b952b0a16044fed0909816b /frontends/php/httpdetails.php
parentc0accaa38ee1684a94ac469b5ed3360118fcb430 (diff)
downloadzabbix-ed2c0680410850596f8d3782a453412ac301502c.tar.gz
zabbix-ed2c0680410850596f8d3782a453412ac301502c.tar.xz
zabbix-ed2c0680410850596f8d3782a453412ac301502c.zip
- fixed Reset button for Web screens (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4483 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpdetails.php')
-rw-r--r--frontends/php/httpdetails.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/httpdetails.php b/frontends/php/httpdetails.php
index a8eb6ddc..9a7d33b1 100644
--- a/frontends/php/httpdetails.php
+++ b/frontends/php/httpdetails.php
@@ -43,6 +43,8 @@ include_once "include/page_header.php";
"right"=> array(T_ZBX_INT, O_OPT, null, null, null),
"stime"=> array(T_ZBX_STR, O_OPT, null, null, null),
+ "reset"=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),
+
"httptestid"=> array(T_ZBX_INT, O_MAND, null, DB_ID, null),
"groupid"=> array(T_ZBX_INT, O_OPT, null, DB_ID, null),