#12538 added url in new notificacions

This commit is contained in:
Daniel Cebrian 2024-01-22 10:55:37 +01:00
parent d85a488cb0
commit a9c16e1f69
1 changed files with 2 additions and 0 deletions

View File

@ -3239,6 +3239,7 @@ class ConsoleSupervisor
'title' => __('Your system has a total of %s modules', $total_modules),
'message' => __('This is higher than the recommended maximum 80,000 modules per node. This may result in poor performance of your system.'),
'icon_notification' => self::ICON_HEADSUP,
'url' => '__url__index.php?sec=gagente&sec2=godmode/agentes/modificar_agente',
]
);
} else {
@ -3270,6 +3271,7 @@ class ConsoleSupervisor
'title' => __('Your system has an average of %s modules per agent', $total_modules['modules_by_agent']),
'message' => __('This is higher than the recommended maximum (200). This may result in poor performance of your system.'),
'icon_notification' => self::ICON_HEADSUP,
'url' => '__url__index.php?sec=gagente&sec2=godmode/agentes/modificar_agente',
]
);
$show_warning = true;