all.js 328 B

1234567891011121314
  1. define([
  2. './panellinks/module',
  3. './dashlinks/module',
  4. './annotations/annotations_srv',
  5. './templating/templateSrv',
  6. './dashboard/all',
  7. './playlist/all',
  8. './snapshot/all',
  9. './panel/all',
  10. './profile/profileCtrl',
  11. './profile/changePasswordCtrl',
  12. './profile/selectOrgCtrl',
  13. './admin/all',
  14. ], function () {});