all.js 359 B

123456789101112131415161718
  1. define([
  2. './grafanaCtrl',
  3. './dashboardCtrl',
  4. './dashboardNavCtrl',
  5. './row',
  6. './submenuCtrl',
  7. './pulldown',
  8. './search',
  9. './metricKeys',
  10. './graphiteTarget',
  11. './graphiteImport',
  12. './influxTargetCtrl',
  13. './playlistCtrl',
  14. './inspectCtrl',
  15. './opentsdbTargetCtrl',
  16. './annotationsEditorCtrl',
  17. './templateEditorCtrl',
  18. ], function () {});