diff --git a/pandora_console/include/class/ConsoleSupervisor.php b/pandora_console/include/class/ConsoleSupervisor.php index 5f5eb4b339..b545d711b4 100644 --- a/pandora_console/include/class/ConsoleSupervisor.php +++ b/pandora_console/include/class/ConsoleSupervisor.php @@ -732,6 +732,8 @@ class ConsoleSupervisor 'url' => '__url__/index.php?sec=general&sec2=godmode/setup/setup§ion=perf', ] ); + } else { + $this->cleanNotifications('NOTIF.ACCESSSTASTICS.PERFORMANCE'); } } else { $this->cleanNotifications('NOTIF.ACCESSSTASTICS.PERFORMANCE'); diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index b0129d5968..4f340b32d9 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -233,6 +233,10 @@ vertical-align: middle; } +#audit_logs > tbody > tr > td > img { + padding-right: 10px; +} + .table_action_buttons > a, .table_action_buttons > img, .table_action_buttons > button,