mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
Added mres around location
This commit is contained in:
@@ -39,6 +39,7 @@ $temp_output .= "
|
|||||||
|
|
||||||
$locations = array();
|
$locations = array();
|
||||||
foreach (getlocations() as $location) {
|
foreach (getlocations() as $location) {
|
||||||
|
$location = mres($location);
|
||||||
$devices = array();
|
$devices = array();
|
||||||
$devices_down = array();
|
$devices_down = array();
|
||||||
$devices_up = array();
|
$devices_up = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user