diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index a09d994d..2466a531 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2976,6 +2976,9 @@ include_once 'include/discovery.inc.php'; $rowCondition[] = $cmbCondVal; break; + case CONDITION_TYPE_DUPTIME: + $rowCondition[] = new CNumericBox('new_condition[value]','600',15); + break; } $frmAction->AddRow(S_NEW_CONDITION, array( |
