diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 61463c0f9f..1ad19bb38e 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -1613,7 +1613,7 @@ if (empty($result) === false) { $table->align[11] = 'left'; } - if (check_acl($config['id_user'], 0, 'AR')) { + if (check_acl($config['id_user'], 0, 'AW')) { $actions_list = true; $table->head[12] = __('Actions'); $table->align[12] = 'left'; @@ -2263,7 +2263,7 @@ if (empty($result) === false) { } if (check_acl_one_of_groups($config['id_user'], $agent_groups, 'AW')) { - $table->cellclass[][2] = 'action_buttons'; + $table->cellclass[][12] = 'table_action_buttons'; if (is_metaconsole() === true) { echo "
";