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:
mdtrooper 2014-03-10 17:33:38 +00:00
parent 5503696ff9
commit ab31b3bec2
2 changed files with 8 additions and 2 deletions

View File

@ -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> 2014-03-10 Miguel de Dios <miguel.dedios@artica.es>
* godmode/modules/manage_network_components_form.php: fixed the * godmode/modules/manage_network_components_form.php: fixed the

View File

@ -778,7 +778,7 @@ function visual_map_get_image_status_element($layoutData) {
break; break;
case 4: case 4:
//Critical (ALERT) //Critical (ALERT)
$img = "4" . $img . "_bad.png"; $img = $img . "_bad.png";
break; break;
case 0: case 0:
//Normal (OK) //Normal (OK)
@ -790,7 +790,7 @@ function visual_map_get_image_status_element($layoutData) {
break; break;
case 10: case 10:
//Warning (ALERT) //Warning (ALERT)
$img = "4" . $img . "_warning.png"; $img = $img . "_warning.png";
break; break;
case 3: case 3:
//Unknown //Unknown