mirror of https://github.com/grafana/grafana
moved dashboard stuff into a feature folder, not sure about this, but need better structure and better way to organize dependencies
parent
2f811375bb
commit
39f3cfc1eb
@ -1,15 +1,9 @@ |
||||
define([ |
||||
'./grafanaCtrl', |
||||
'./dashboardCtrl', |
||||
'./dashboardNavCtrl', |
||||
'./row', |
||||
'./submenuCtrl', |
||||
'./pulldown', |
||||
'./search', |
||||
'./metricKeys', |
||||
'./graphiteImport', |
||||
'./playlistCtrl', |
||||
'./inspectCtrl', |
||||
'./sharePanelCtrl', |
||||
'./jsonEditorCtrl', |
||||
], function () {}); |
||||
|
||||
@ -0,0 +1,14 @@ |
||||
define([ |
||||
'./dashboardCtrl', |
||||
'./dashboardNavCtrl', |
||||
'./playlistCtrl', |
||||
'./rowCtrl', |
||||
'./sharePanelCtrl', |
||||
'./submenuCtrl', |
||||
'./dashboardSrv', |
||||
'./keybindings', |
||||
'./viewStateSrv', |
||||
'./playlistSrv', |
||||
'./panelSrv', |
||||
'./timeSrv', |
||||
], function () {}); |
||||
Loading…
Reference in new issue