diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-14 12:33:35 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-14 12:33:35 +0000 |
| commit | 819de36831781bda2871ad2413da78bcd7362cc0 (patch) | |
| tree | ca97298d0c6d3ff8e6f14e2684ff5c9c42b8b83b /frontends/php/include/forms.inc.php | |
| parent | d144df19e9190a100f3d12a2e70c0637f0bda38d (diff) | |
| download | zabbix-819de36831781bda2871ad2413da78bcd7362cc0.tar.gz zabbix-819de36831781bda2871ad2413da78bcd7362cc0.tar.xz zabbix-819de36831781bda2871ad2413da78bcd7362cc0.zip | |
git-svn-id: svn://svn.zabbix.com/trunk@4012 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index f82eb388..a09d994d 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2956,7 +2956,7 @@ include_once 'include/discovery.inc.php'; $rowCondition[] = $cmbCondVal; break; case CONDITION_TYPE_DHOST_IP: - $rowCondition[] = new CTextBox('new_condition[value]', '192.168.0.1-192.168.0.127,192.168.2.1', 50); + $rowCondition[] = new CTextBox('new_condition[value]', '192.168.0.1-127,192.168.2.1', 50); break; case CONDITION_TYPE_DSERVICE_TYPE: $cmbCondVal = new CComboBox('new_condition[value]'); |
