formHost.php.diff
| formHost.php 2011-09-05 14:05:45.969238478 +0200 | ||
|---|---|---|
| 292 | 292 |
$form->addElement('text', 'host_alias', _("Alias"), $attrsText);
|
| 293 | 293 |
} |
| 294 | 294 |
$form->addElement('text', 'host_address', _("IP Address / DNS"), $attrsText);
|
| 295 |
$form->addElement('button', 'host_resolve', _("Resolve"), array("onClick"=>"updateHostAddress();"));
|
|
| 295 | 296 |
$form->addElement('select', 'host_snmp_version', _("Version"), array(NULL=>NULL, 1=>"1", "2c"=>"2c", 3=>"3"));
|
| 296 | 297 |
$form->addElement('text', 'host_snmp_community', _("SNMP Community"), $attrsText);
|
| 297 | 298 | |