mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-11428-warning-de-que-no-se-pueden-eliminar-agentes-porque-el-nodo-esta-en-modo-centralizado-aparece' into 'develop'
Ent 11428 warning de que no se pueden eliminar agentes porque el nodo esta en modo centralizado aparece See merge request artica/pandorafms!6058
This commit is contained in:
commit
e3c8483bd7
@ -432,12 +432,14 @@ if (is_management_allowed() === false) {
|
||||
$text_warning = __('any node');
|
||||
}
|
||||
|
||||
ui_print_warning_message(
|
||||
__(
|
||||
'This node is configured with centralized mode. To delete agents go to %s',
|
||||
$text_warning
|
||||
)
|
||||
);
|
||||
if ($option == 'delete_agents') {
|
||||
ui_print_warning_message(
|
||||
__(
|
||||
'This node is configured with centralized mode. To delete agents go to %s',
|
||||
$text_warning
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
$tip = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user