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