mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactoring: moving and renaming things
This commit is contained in:
parent
97697b93ed
commit
d8f68eb118
@ -1,12 +1,12 @@
|
||||
define([
|
||||
'./grafanaCtrl',
|
||||
'./search',
|
||||
'./inspectCtrl',
|
||||
'./jsonEditorCtrl',
|
||||
'./loginCtrl',
|
||||
'./invitedCtrl',
|
||||
'./signupCtrl',
|
||||
'./resetPasswordCtrl',
|
||||
'./sidemenuCtrl',
|
||||
'./errorCtrl',
|
||||
'./grafana_ctrl',
|
||||
'./search_ctrl',
|
||||
'./inspect_ctrl',
|
||||
'./json_editor_ctrl',
|
||||
'./login_ctrl',
|
||||
'./invited_ctrl',
|
||||
'./signup_ctrl',
|
||||
'./reset_password_ctrl',
|
||||
'./sidemenu_ctrl',
|
||||
'./error_ctrl',
|
||||
], function () {});
|
||||
|
@ -1,13 +1,13 @@
|
||||
define([
|
||||
'./alertSrv',
|
||||
'./utilSrv',
|
||||
'./datasourceSrv',
|
||||
'./contextSrv',
|
||||
'./alert_srv',
|
||||
'./util_srv',
|
||||
'./datasource_srv',
|
||||
'./context_srv',
|
||||
'./timer',
|
||||
'./keyboardManager',
|
||||
'./keyboard_manager',
|
||||
'./analytics',
|
||||
'./popoverSrv',
|
||||
'./uiSegmentSrv',
|
||||
'./backendSrv',
|
||||
'./popover_srv',
|
||||
'./segment_srv',
|
||||
'./backend_srv',
|
||||
],
|
||||
function () {});
|
||||
|
@ -1,5 +1,5 @@
|
||||
///<amd-dependency path="../query_ctrl" />
|
||||
///<amd-dependency path="app/core/services/uiSegmentSrv" />
|
||||
///<amd-dependency path="app/core/services/segment_srv" />
|
||||
///<amd-dependency path="test/specs/helpers" name="helpers" />
|
||||
|
||||
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
|
||||
|
@ -1,6 +1,6 @@
|
||||
///<amd-dependency path="app/plugins/datasource/graphite/gfunc" name="gfunc"/>
|
||||
///<amd-dependency path="app/plugins/datasource/graphite/query_ctrl" />
|
||||
///<amd-dependency path="app/core/services/uiSegmentSrv" />
|
||||
///<amd-dependency path="app/core/services/segment_srv" />
|
||||
///<amd-dependency path="test/specs/helpers" name="helpers" />
|
||||
|
||||
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
|
||||
|
@ -1,5 +1,5 @@
|
||||
///<amd-dependency path="app/plugins/datasource/influxdb/query_ctrl"/>
|
||||
///<amd-dependency path="app/core/services/uiSegmentSrv" />
|
||||
///<amd-dependency path="app/core/services/segment_srv" />
|
||||
///<amd-dependency path="test/specs/helpers" name="helpers" />
|
||||
|
||||
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
|
||||
|
@ -1,6 +1,6 @@
|
||||
///<amd-dependency path="app/plugins/datasource/influxdb_08/datasource"/>
|
||||
///<amd-dependency path="app/core/services/backendSrv"/>
|
||||
///<amd-dependency path="app/core/services/alertSrv"/>
|
||||
///<amd-dependency path="app/core/services/backend_srv"/>
|
||||
///<amd-dependency path="app/core/services/alert_srv"/>
|
||||
///<amd-dependency path="test/specs/helpers" name="helpers" />
|
||||
|
||||
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
|
||||
|
Loading…
Reference in New Issue
Block a user