mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #15076 from grafana/minor-moving-task
Moving a few things from dashboard folder
This commit is contained in:
commit
642e1115f7
@ -1,5 +1,5 @@
|
|||||||
import config from 'app/core/config';
|
import config from 'app/core/config';
|
||||||
import { LinkSrv } from 'app/features/dashboard/panellinks/link_srv';
|
import { LinkSrv } from 'app/features/panel/panellinks/link_srv';
|
||||||
import { ShareModalCtrl } from './ShareModalCtrl';
|
import { ShareModalCtrl } from './ShareModalCtrl';
|
||||||
|
|
||||||
describe('ShareModalCtrl', () => {
|
describe('ShareModalCtrl', () => {
|
||||||
|
@ -3,7 +3,7 @@ import Remarkable from 'remarkable';
|
|||||||
import { Tooltip } from '@grafana/ui';
|
import { Tooltip } from '@grafana/ui';
|
||||||
import { PanelModel } from 'app/features/dashboard/panel_model';
|
import { PanelModel } from 'app/features/dashboard/panel_model';
|
||||||
import templateSrv from 'app/features/templating/template_srv';
|
import templateSrv from 'app/features/templating/template_srv';
|
||||||
import { LinkSrv } from 'app/features/dashboard/panellinks/link_srv';
|
import { LinkSrv } from 'app/features/panel/panellinks/link_srv';
|
||||||
import { getTimeSrv, TimeSrv } from 'app/features/dashboard/time_srv';
|
import { getTimeSrv, TimeSrv } from 'app/features/dashboard/time_srv';
|
||||||
|
|
||||||
enum InfoModes {
|
enum InfoModes {
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
import './dashboard_ctrl';
|
import './dashboard_ctrl';
|
||||||
import './time_srv';
|
import './time_srv';
|
||||||
import './repeat_option/repeat_option';
|
|
||||||
import './dashgrid/DashboardGridDirective';
|
import './dashgrid/DashboardGridDirective';
|
||||||
import './panellinks/module';
|
|
||||||
|
|
||||||
// Services
|
// Services
|
||||||
import './services/DashboardViewStateSrv';
|
import './services/DashboardViewStateSrv';
|
||||||
|
@ -4,3 +4,5 @@ import './solo_panel_ctrl';
|
|||||||
import './query_ctrl';
|
import './query_ctrl';
|
||||||
import './panel_editor_tab';
|
import './panel_editor_tab';
|
||||||
import './query_editor_row';
|
import './query_editor_row';
|
||||||
|
import './repeat_option';
|
||||||
|
import './panellinks/module';
|
||||||
|
@ -2,7 +2,7 @@ import _ from 'lodash';
|
|||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
import 'vendor/flot/jquery.flot';
|
import 'vendor/flot/jquery.flot';
|
||||||
import 'vendor/flot/jquery.flot.gauge';
|
import 'vendor/flot/jquery.flot.gauge';
|
||||||
import 'app/features/dashboard/panellinks/link_srv';
|
import 'app/features/panel/panellinks/link_srv';
|
||||||
|
|
||||||
import kbn from 'app/core/utils/kbn';
|
import kbn from 'app/core/utils/kbn';
|
||||||
import config from 'app/core/config';
|
import config from 'app/core/config';
|
||||||
|
Loading…
Reference in New Issue
Block a user