mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added mres around location
This commit is contained in:
@@ -39,6 +39,7 @@ $temp_output .= "
|
||||
|
||||
$locations = array();
|
||||
foreach (getlocations() as $location) {
|
||||
$location = mres($location);
|
||||
$devices = array();
|
||||
$devices_down = array();
|
||||
$devices_up = array();
|
||||
|
Reference in New Issue
Block a user