summaryrefslogtreecommitdiffstats
path: root/frontends/php/charts.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-17 12:33:23 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-17 12:33:23 +0000
commit86d36269ec107f5e296f1ba914e122c1541574e8 (patch)
treef671a60d6566b398afae91a0c7fb807b902ffce6 /frontends/php/charts.php
parent08298128f78caae174510ed64d1a1ff23098a7f4 (diff)
downloadzabbix-86d36269ec107f5e296f1ba914e122c1541574e8.tar.gz
zabbix-86d36269ec107f5e296f1ba914e122c1541574e8.tar.xz
zabbix-86d36269ec107f5e296f1ba914e122c1541574e8.zip
- [VSA-1] added trigger filtering by host group in "Availability Report"(Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5184 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/charts.php')
-rw-r--r--frontends/php/charts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php
index 37fc6926..d7f0986c 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.php
@@ -53,7 +53,7 @@ include_once 'include/page_header.php';
'stime'=> array(T_ZBX_STR, O_OPT, P_SYS, NULL,NULL),
'action'=> array(T_ZBX_STR, O_OPT, P_SYS, IN("'go'"),NULL),
'reset'=> array(T_ZBX_STR, O_OPT, P_SYS, IN("'reset'"),NULL),
- 'fullscreen'=> array(T_ZBX_INT, O_OPT, P_SYS, IN("1"), NULL)
+ 'fullscreen'=> array(T_ZBX_INT, O_OPT, P_SYS, IN("1"),NULL)
);
check_fields($fields);