diff --git a/pandora_console/images/realtime_shortcut.png b/pandora_console/images/realtime_shortcut.png new file mode 100644 index 0000000000..eb2f5673a7 Binary files /dev/null and b/pandora_console/images/realtime_shortcut.png differ diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index 4eea443856..b4490003a4 100755 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -2726,7 +2726,7 @@ function get_module_realtime_link_graph ($module) { $win_handle = "realtime_" . dechex(crc32($module["id_agente_modulo"].$module["nombre"])); $link_button = '' . - html_print_image("images/chart_curve.png", true, array("border" => '0', "alt" => "")) . //FIXME: Not definitive image + html_print_image("images/realtime_shortcut.png", true, array("border" => '0', "alt" => "")) . '   '; return $link_button;