mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Merge branch 'ent-4138-7696-Tipo-erróneo-módulos-Ifoperstatus-desde-satélite' into 'develop'
Change module type ifOperStatus on Interface Wizard See merge request artica/pandorafms!2473
This commit is contained in:
commit
2401ac5c6e
@ -322,7 +322,7 @@ if ($create_modules) {
|
|||||||
} else if (preg_match('/ifAdminStatus/', $name_array[1])) {
|
} else if (preg_match('/ifAdminStatus/', $name_array[1])) {
|
||||||
$module_type = 2;
|
$module_type = 2;
|
||||||
} else if (preg_match('/ifOperStatus/', $name_array[1])) {
|
} else if (preg_match('/ifOperStatus/', $name_array[1])) {
|
||||||
$module_type = 18;
|
$module_type = 2;
|
||||||
} else {
|
} else {
|
||||||
$module_type = 4;
|
$module_type = 4;
|
||||||
}
|
}
|
||||||
@ -684,4 +684,3 @@ function snmp_changed_by_multiple_snmp (event, id_snmp, selected) {
|
|||||||
|
|
||||||
/* ]]> */
|
/* ]]> */
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user