Inventory tab

This commit is contained in:
Jose Gonzalez 2023-03-09 16:44:45 +01:00
parent a41811ee58
commit d4fa2831bf
1 changed files with 0 additions and 5 deletions

View File

@ -476,11 +476,6 @@ if ($id_agente) {
$inventorytab['active'] = false;
}
$inventorytab = enterprise_hook('inventory_tab');
if ($inventorytab === ENTERPRISE_NOT_HOOK) {
$inventorytab = '';
}
$has_remote_conf = enterprise_hook(
'config_agents_has_remote_configuration',
[$id_agente]