all.js 287 B

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