grafana/public/app/features/all.js
2016-01-15 11:13:02 +01:00

15 lines
333 B
JavaScript

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