| 123456789101112131415161718 |
- define([
- './grafanaCtrl',
- './dashboardCtrl',
- './dashboardNavCtrl',
- './row',
- './submenuCtrl',
- './pulldown',
- './search',
- './metricKeys',
- './graphiteTarget',
- './graphiteImport',
- './influxTargetCtrl',
- './playlistCtrl',
- './inspectCtrl',
- './opentsdbTargetCtrl',
- './annotationsEditorCtrl',
- './templateEditorCtrl',
- ], function () {});
|