diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f02e461e44..b053271aa4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2014-03-10 Miguel de Dios + + * include/functions_visual_map.php: fixed images of static graphs. + + Incident: #571 + 2014-03-10 Miguel de Dios * godmode/modules/manage_network_components_form.php: fixed the diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index 1bf326164e..195050c6b8 100644 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -778,7 +778,7 @@ function visual_map_get_image_status_element($layoutData) { break; case 4: //Critical (ALERT) - $img = "4" . $img . "_bad.png"; + $img = $img . "_bad.png"; break; case 0: //Normal (OK) @@ -790,7 +790,7 @@ function visual_map_get_image_status_element($layoutData) { break; case 10: //Warning (ALERT) - $img = "4" . $img . "_warning.png"; + $img = $img . "_warning.png"; break; case 3: //Unknown