Only Admins can see different Tabs in Device

This commit is contained in:
Luca Haid
2025-01-29 16:42:33 +01:00
parent 0a71458672
commit 9e1802795d
2 changed files with 6 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ class DeviceController extends mfBaseController
"DEVICE_MANUFACTURERS" => $deviceManufacturers,
"DEVICE_TYPES" => $deviceTypes,
"DEVICES" => $this->getDevices(),
"IS_ADMIN" => $this->me->is(["Admin"]),
"ZABBIX_URL" => (defined("ZABBIX_URL")) ? ZABBIX_URL : "",
"GRAFANA_URL" => (defined("GRAFANA_URL")) ? GRAFANA_URL : "",
];