mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix availability widget service backend error (#13044)
This commit is contained in:
@@ -183,6 +183,6 @@ class AvailabilityMapController extends WidgetController
|
||||
$data[] = $row;
|
||||
}
|
||||
|
||||
return [$services, $totals];
|
||||
return [$data, $totals];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user