mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix availability widget device totals (#13043)
This commit is contained in:
@@ -139,7 +139,7 @@ class AvailabilityMapController extends WidgetController
|
||||
$data[] = $row;
|
||||
}
|
||||
|
||||
return [$data, ['warn' => 0, 'up' => 0, 'down' => 0, 'maintenance' => 0, 'ignored' => 0, 'disabled' => 0]];
|
||||
return [$data, $totals];
|
||||
}
|
||||
|
||||
private function getServices($request)
|
||||
|
||||
Reference in New Issue
Block a user