all.js 308 B

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