From 0524a8a2dfb101e926b5a092c32a3e7c4dbb2543 Mon Sep 17 00:00:00 2001 From: sasha Date: Thu, 26 Jun 2008 07:20:41 +0000 Subject: - [DEV-183] added support of applications in action conditions git-svn-id: svn://svn.zabbix.com/trunk@5793 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/php/include/forms.inc.php') 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); -- cgit