grafana/public/app/features/all.js

15 lines
340 B
JavaScript
Raw Normal View History

define([
'./panellinks/module',
'./dashlinks/module',
'./annotations/annotations_srv',
'./templating/templateSrv',
'./dashboard/all',
'./playlist/all',
'./snapshot/all',
'./panel/all',
'./profile/profileCtrl',
'./profile/changePasswordCtrl',
'./profile/selectOrgCtrl',
2016-02-18 09:05:15 -06:00
'./styleguide/styleguide',
], function () {});