mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#9984 changed order inputs in snmp v3
This commit is contained in:
parent
5d667f4952
commit
a4d23f5c59
@ -1288,6 +1288,37 @@ class HostDevices extends Wizard
|
|||||||
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'label' => '<b>'.__('Security level').'</b>',
|
||||||
|
'arguments' => [
|
||||||
|
'name' => 'snmp_security_level',
|
||||||
|
'type' => 'select',
|
||||||
|
'fields' => [
|
||||||
|
'noAuthNoPriv' => __('Not auth and not privacy method'),
|
||||||
|
'authNoPriv' => __('Auth and not privacy method'),
|
||||||
|
'authPriv' => __('Auth and privacy method'),
|
||||||
|
],
|
||||||
|
'selected' => $this->task['snmp_security_level'],
|
||||||
|
'size' => 15,
|
||||||
|
'return' => true,
|
||||||
|
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'label' => '<b>'.__('Auth method').'</b>',
|
||||||
|
'arguments' => [
|
||||||
|
'name' => 'snmp_auth_method',
|
||||||
|
'type' => 'select',
|
||||||
|
'fields' => [
|
||||||
|
'MD5' => __('MD5'),
|
||||||
|
'SHA' => __('SHA'),
|
||||||
|
],
|
||||||
|
'selected' => $this->task['snmp_auth_method'],
|
||||||
|
'size' => 15,
|
||||||
|
'return' => true,
|
||||||
|
|
||||||
|
],
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'label' => '<b>'.__('Auth password').'</b>'.ui_print_help_tip(
|
'label' => '<b>'.__('Auth password').'</b>'.ui_print_help_tip(
|
||||||
__(
|
__(
|
||||||
@ -1335,38 +1366,6 @@ class HostDevices extends Wizard
|
|||||||
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
|
||||||
'label' => '<b>'.__('Auth method').'</b>',
|
|
||||||
'arguments' => [
|
|
||||||
'name' => 'snmp_auth_method',
|
|
||||||
'type' => 'select',
|
|
||||||
'fields' => [
|
|
||||||
'MD5' => __('MD5'),
|
|
||||||
'SHA' => __('SHA'),
|
|
||||||
],
|
|
||||||
'selected' => $this->task['snmp_auth_method'],
|
|
||||||
'size' => 15,
|
|
||||||
'return' => true,
|
|
||||||
|
|
||||||
],
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'label' => '<b>'.__('Security level').'</b>',
|
|
||||||
'arguments' => [
|
|
||||||
'name' => 'snmp_security_level',
|
|
||||||
'type' => 'select',
|
|
||||||
'fields' => [
|
|
||||||
'noAuthNoPriv' => __('Not auth and not privacy method'),
|
|
||||||
'authNoPriv' => __('Auth and not privacy method'),
|
|
||||||
'authPriv' => __('Auth and privacy method'),
|
|
||||||
],
|
|
||||||
'selected' => $this->task['snmp_security_level'],
|
|
||||||
'size' => 15,
|
|
||||||
'return' => true,
|
|
||||||
|
|
||||||
],
|
|
||||||
],
|
|
||||||
|
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user