Files
librenms-librenms/includes/html/pages/device/overview/maps.inc.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
152 B
PHP
Raw Normal View History

<?php
$maps = DeviceCache::getPrimary()->maps;
if ($maps->isNotEmpty()) {
echo view('device.overview.maps', ['maps' => $maps->sortBy('name')]);
}