mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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…
x
Reference in New Issue
Block a user