fixed styles

This commit is contained in:
daniel 2023-04-10 12:02:35 +02:00
parent 8dfb01c7da
commit 7302a108c0
1 changed files with 1 additions and 2 deletions

View File

@ -1475,9 +1475,8 @@ if ($policyTab === ENTERPRISE_NOT_HOOK) {
$policyTab = '';
}
// Omnishell.
$tasks = count_tasks_agent($id_agente);
$tasks = enterprise_hook('count_tasks_agent', [$id_agente]);
if ($tasks === true) {
$omnishellTab = enterprise_hook('omnishell_tab');