diff --git a/pandora_console/general/shortcut_bar.php b/pandora_console/general/shortcut_bar.php index 77418d8183..5be87f3e70 100644 --- a/pandora_console/general/shortcut_bar.php +++ b/pandora_console/general/shortcut_bar.php @@ -199,7 +199,7 @@ if ($config['integria_enabled'] == 0) { $shortcut_incidents = sc_get_opened_incidents(); $shortcut_html .= ""; - $shortcut_html .= html_print_image("images/book_edit.png", true, array("title" => __("Incidents opened"), "style" => "margin-bottom: 0px;")); + $shortcut_html .= html_print_image("images/incidents.png", true, array("title" => __("Incidents opened"), "style" => "margin-bottom: 0px;")); $shortcut_html .= " "; $shortcut_html .= "" . $shortcut_incidents . ""; $shortcut_html .= ""; diff --git a/pandora_console/images/incidents.png b/pandora_console/images/incidents.png new file mode 100644 index 0000000000..a654492716 Binary files /dev/null and b/pandora_console/images/incidents.png differ