Fixed Unkwon Icon in GIS

This commit is contained in:
danielmaya 2017-12-01 12:44:07 +01:00
parent 1949ee653b
commit 8b9c59a3b0
1 changed files with 3 additions and 0 deletions

View File

@ -573,14 +573,17 @@ function gis_get_agent_icon_map($idAgent, $state = false, $status = null) {
switch ($status) {
case 1:
case 4:
case 100:
//Critical (BAD or ALERT)
$state = ".bad";
break;
case 0:
case 300:
//Normal (OK)
$state = ".ok";
break;
case 2:
case 200:
//Warning
$state = ".warning";
break;