grafana/public/app/features/all.js

14 lines
307 B
JavaScript

define([
'./panellinks/module',
'./dashlinks/module',
'./annotations/annotationsSrv',
'./templating/templateSrv',
'./dashboard/all',
'./playlist/all',
'./panel/all',
'./profile/profileCtrl',
'./profile/changePasswordCtrl',
'./profile/selectOrgCtrl',
'./admin/all',
], function () {});