mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Fixed static graph with unknown status in visual map
This commit is contained in:
parent
92fb527ff8
commit
8f89611d7c
@ -3783,9 +3783,6 @@ function visual_map_get_layout_status ($id_layout = 0, $depth = 0, $elements_in_
|
||||
$data["id_agente_modulo"] == 0 &&
|
||||
$data["id_agent"] == 0) ||
|
||||
$data['type'] != 0){
|
||||
if($data['type'] == 0){
|
||||
$temp_total = VISUAL_MAP_STATUS_UNKNOWN;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user