summaryrefslogtreecommitdiffstats
path: root/frontends/php/history.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-01 11:54:29 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-01 11:54:29 +0000
commit939838fff9c58f1a80e18f09e0b5d2bf8bcc876e (patch)
tree34a4e06e46fa86b105e9a4bac2602a6a4359615b /frontends/php/history.php
parent24372356bb3dbd748c65bdb829069a14af3ac022 (diff)
downloadzabbix-939838fff9c58f1a80e18f09e0b5d2bf8bcc876e.tar.gz
zabbix-939838fff9c58f1a80e18f09e0b5d2bf8bcc876e.tar.xz
zabbix-939838fff9c58f1a80e18f09e0b5d2bf8bcc876e.zip
finished interface for web monitoring
git-svn-id: svn://svn.zabbix.com/trunk@3782 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/history.php')
-rw-r--r--frontends/php/history.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/history.php b/frontends/php/history.php
index 81f78042..d7f106db 100644
--- a/frontends/php/history.php
+++ b/frontends/php/history.php
@@ -53,6 +53,7 @@ include_once "include/page_header.php";
"left"=> array(T_ZBX_INT, O_OPT, null, null, null),
"right"=> array(T_ZBX_INT, O_OPT, null, null, null),
"stime"=> array(T_ZBX_STR, O_OPT, null, null, null),
+
"filter_task"=> array(T_ZBX_STR, O_OPT, null,
IN(FILTER_TAST_SHOW.','.FILTER_TAST_HIDE.','.FILTER_TAST_MARK.','.FILTER_TAST_INVERT_MARK), null),
"filter"=> array(T_ZBX_STR, O_OPT, null, null, null),