Update estado_monitores.php
This commit is contained in:
parent
e2ae568ed3
commit
50c089587d
|
@ -150,7 +150,7 @@ $sort = get_parameter('sort', 'up');
|
||||||
$modules_not_init = agents_monitor_notinit($id_agente);
|
$modules_not_init = agents_monitor_notinit($id_agente);
|
||||||
if (empty($modules_not_init) === false) {
|
if (empty($modules_not_init) === false) {
|
||||||
$help_not_init = ui_print_warning_message(
|
$help_not_init = ui_print_warning_message(
|
||||||
__('Non initialized modules found.')
|
__('Non-initialized modules found.')
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$help_not_init = '';
|
$help_not_init = '';
|
||||||
|
|
Loading…
Reference in New Issue