summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-26 07:20:41 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-26 07:20:41 +0000
commit0524a8a2dfb101e926b5a092c32a3e7c4dbb2543 (patch)
tree36f09ca9e171267aa2d77a7cc69e336f3663cd37 /frontends/php/include/forms.inc.php
parente20118aa386b5d231699ee309a6cd7cbdd166756 (diff)
downloadzabbix-0524a8a2dfb101e926b5a092c32a3e7c4dbb2543.tar.gz
zabbix-0524a8a2dfb101e926b5a092c32a3e7c4dbb2543.tar.xz
zabbix-0524a8a2dfb101e926b5a092c32a3e7c4dbb2543.zip
- [DEV-183] added support of applications in action conditions
git-svn-id: svn://svn.zabbix.com/trunk@5793 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 80ebafd9..8aaefa72 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -3171,6 +3171,9 @@
case CONDITION_TYPE_DVALUE:
$rowCondition[] = new CTextBox('new_condition[value]', "", 40);
break;
+ case CONDITION_TYPE_APPLICATION:
+ $rowCondition[] = new CTextBox('new_condition[value]', "", 40);
+ break;
}
$tblCond->AddRow($rowCondition);