Moving a few things from dashboard folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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';
|
||||
|
||||
describe('ShareModalCtrl', () => {
|
||||
|
||||
@@ -3,7 +3,7 @@ import Remarkable from 'remarkable';
|
||||
import { Tooltip } from '@grafana/ui';
|
||||
import { PanelModel } from 'app/features/dashboard/panel_model';
|
||||
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';
|
||||
|
||||
enum InfoModes {
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
import './dashboard_ctrl';
|
||||
import './time_srv';
|
||||
import './repeat_option/repeat_option';
|
||||
import './dashgrid/DashboardGridDirective';
|
||||
import './panellinks/module';
|
||||
|
||||
// Services
|
||||
import './services/DashboardViewStateSrv';
|
||||
|
||||
@@ -4,3 +4,5 @@ import './solo_panel_ctrl';
|
||||
import './query_ctrl';
|
||||
import './panel_editor_tab';
|
||||
import './query_editor_row';
|
||||
import './repeat_option';
|
||||
import './panellinks/module';
|
||||
|
||||
Reference in New Issue
Block a user