added zabbix integration for statistics
This commit is contained in:
@@ -49,6 +49,11 @@ class DeviceController extends mfBaseController
|
||||
];
|
||||
}, DevicetypeModel::getAll());
|
||||
|
||||
$this->layout()->set('additionalJS', [
|
||||
"plugins/chart.js/chart.4.4.6.js",
|
||||
"plugins/chart.js/chartjs-adapter-moment.min.js"
|
||||
]);
|
||||
|
||||
$JSGlobals = ["BASE_URL" => self::getUrl(""),
|
||||
"DASHBOARD_URL" => self::getUrl("Dashboard"),
|
||||
"MFAPPNAME" => MFAPPNAME_SLUG,
|
||||
|
||||
Reference in New Issue
Block a user