#11710 fix pagination alerts node on centraliced

This commit is contained in:
Jonathan 2023-07-12 14:16:35 +02:00
parent 676b7a9302
commit 9a32c0c700
1 changed files with 0 additions and 8 deletions

View File

@ -724,14 +724,6 @@ if ($copy_command) {
$is_management_allowed = is_management_allowed();
if ($is_management_allowed === false) {
if (is_metaconsole() === false) {
$url = '<a target="_blank" href="'.ui_get_meta_url(
'index.php?sec=advanced&sec2=godmode/alerts/alert_commands&tab=command&pure=0'
).'">'.__('metaconsole').'</a>';
} else {
$url = __('any node');
}
ui_print_warning_message(
__(
'This node is configured with centralized mode. All alert commands information is read only. Go to %s to manage it.',