mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10052 Fixed fictional color 2
This commit is contained in:
parent
0832d9613a
commit
baa799007e
@ -3393,7 +3393,7 @@ function get_status_color_networkmap_fictional_point($id_networkmap, $parent='')
|
||||
|
||||
$exit = false;
|
||||
foreach ($agents as $agent) {
|
||||
if ($agent['source_data'] == -1) {
|
||||
if ($agent['source_data'] == -1 || $agent['type'] == 2) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user