2014-03-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php: fixed images of static graphs. Incident: #571 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9546 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3673bef3fc
commit
09681a7e45
|
@ -1,3 +1,9 @@
|
|||
2014-03-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_visual_map.php: fixed images of static graphs.
|
||||
|
||||
Incident: #571
|
||||
|
||||
2014-03-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/modules/manage_network_components_form.php: fixed the
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue