Fixed module id on snapshot view
This commit is contained in:
parent
66afea7289
commit
47088a87b7
|
@ -2359,7 +2359,7 @@ function modules_get_agentmodule_data_for_humans($module)
|
|||
} else {
|
||||
$salida = ui_print_module_string_value(
|
||||
$module['datos'],
|
||||
$module['id'],
|
||||
empty($module['id']) ? $module['id_agente_modulo'] : $module['id'],
|
||||
$module['current_interval'],
|
||||
$module['module_name'],
|
||||
$module['serverID'] ? $module['serverID'] : 0
|
||||
|
|
Loading…
Reference in New Issue