andom-tec changes
This commit is contained in:
@@ -49,8 +49,8 @@ class DeviceController extends mfBaseController
|
||||
"DEVICE_MANUFACTURERS" => $deviceManufacturers,
|
||||
"DEVICE_TYPES" => $deviceTypes,
|
||||
"DEVICES" => $this->getDevices(),
|
||||
"ZABBIX_URL" => ZABBIX_URL,
|
||||
"GRAFANA_URL" => GRAFANA_URL,
|
||||
"ZABBIX_URL" => (defined("ZABBIX_URL")) ? ZABBIX_URL : "",
|
||||
"GRAFANA_URL" => (defined("GRAFANA_URL")) ? GRAFANA_URL : "",
|
||||
];
|
||||
|
||||
$this->layout()->set("vueViewName", "Device");
|
||||
|
||||
Reference in New Issue
Block a user