diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php
index 6129fcebb4..ba6922e03c 100644
--- a/pandora_console/general/header.php
+++ b/pandora_console/general/header.php
@@ -539,6 +539,33 @@ echo sprintf('
",
+ $notification_menu,
array_reduce(
$mess,
function ($carry, $message) {
@@ -1114,7 +1127,7 @@ function notifications_print_dropdown_element($message_info)
",
- $action.';click_on_notification_toast(event)',
+ $action.'; click_on_notification_toast(event)',
$message_info['id_mensaje'],
messages_get_url($message_info['id_mensaje']),
$target,
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 06a3640c7c..11580027bf 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -12289,3 +12289,8 @@ tr[id^="network_component-plugin-wmi-fields-dynamicMacroRow-"] input,
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
width: 100% !important;
}
+
+.notification_menu {
+ padding-top: 10px;
+ padding-left: 15px;
+}