#11250 removed blank space
This commit is contained in:
parent
1046365aea
commit
5d8293df1d
|
@ -325,7 +325,7 @@ class AgentWizard extends HTML
|
||||||
$this->wizardSection = get_parameter('wizard_section', 'snmp_explorer');
|
$this->wizardSection = get_parameter('wizard_section', 'snmp_explorer');
|
||||||
$this->idAgent = get_parameter('id_agente', '');
|
$this->idAgent = get_parameter('id_agente', '');
|
||||||
$this->idPolicy = get_parameter('id', '');
|
$this->idPolicy = get_parameter('id', '');
|
||||||
$this->targetIp = get_parameter('targetIp', '');
|
$this->targetIp = trim(get_parameter('targetIp', ''), ' ');
|
||||||
$this->wmiBinary = $config['wmiBinary'];
|
$this->wmiBinary = $config['wmiBinary'];
|
||||||
$this->defaultSNMPValues = (array) json_decode(io_safe_output($config['agent_wizard_defaults']));
|
$this->defaultSNMPValues = (array) json_decode(io_safe_output($config['agent_wizard_defaults']));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue