Fixed order of groups in create snmp alert.
This commit is contained in:
parent
e3628acb01
commit
05b6b6580f
|
@ -540,7 +540,9 @@ if ($create_alert || $update_alert) {
|
|||
|
||||
// Group
|
||||
echo '<tr id="tr-group"><td class="datos2">'.__('Group').'</td><td class="datos2">';
|
||||
html_print_select ($user_groups, "group", $group);
|
||||
html_print_select_groups($config['id_user'], "AR", true, "group",
|
||||
$group, '', '', 0, false, false, false, '', false, false,
|
||||
false, false, 'id_grupo', false);
|
||||
echo '</td></tr>';
|
||||
|
||||
// Trap type
|
||||
|
|
Loading…
Reference in New Issue