summaryrefslogtreecommitdiffstats
path: root/frontends/php/popup_gitem.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-02 13:15:05 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-02 13:15:05 +0000
commitec55273c758e96dcf8219df76afb2daa0b2b3f61 (patch)
treea3de4d4035c244ab1f37feae6800a326af09d517 /frontends/php/popup_gitem.php
parentd2a3e65806eb484b59de7c3d8b7a8612249e70ca (diff)
downloadzabbix-ec55273c758e96dcf8219df76afb2daa0b2b3f61.tar.gz
zabbix-ec55273c758e96dcf8219df76afb2daa0b2b3f61.tar.xz
zabbix-ec55273c758e96dcf8219df76afb2daa0b2b3f61.zip
- fixed remembering of previous charts viewed (Eugene)
- fixed color validation (Eugene) - fixed template graphs editing (Eugene) - fixed trigger overview status (Eugene) [THANKS TO: 'ZP Gu' for detailed bug report] git-svn-id: svn://svn.zabbix.com/trunk@3966 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/popup_gitem.php')
-rw-r--r--frontends/php/popup_gitem.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/popup_gitem.php b/frontends/php/popup_gitem.php
index e4ebe329..eebfd744 100644
--- a/frontends/php/popup_gitem.php
+++ b/frontends/php/popup_gitem.php
@@ -51,6 +51,7 @@ include_once "include/page_header.php";
"graphtype"=> array(T_ZBX_INT, O_OPT, null, IN("0,1"), 'isset({save})'),
"only_hostid"=> array(T_ZBX_INT, O_OPT, null, DB_ID, null),
+ "monitored_hosts"=>array(T_ZBX_INT, O_OPT, null, IN("0,1"), null),
/* actions */
"add"=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),
"save"=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),