mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Moved dashboard srv and snapshot ctrl
This commit is contained in:
parent
80da19010e
commit
2f08c56260
@ -1 +1,2 @@
|
||||
export { ShareModalCtrl } from './ShareModalCtrl';
|
||||
export { ShareSnapshotCtrl } from './ShareSnapshotCtrl';
|
||||
|
@ -1,6 +1,4 @@
|
||||
import './dashboard_ctrl';
|
||||
import './share_snapshot_ctrl';
|
||||
import './dashboard_srv';
|
||||
import './validation_srv';
|
||||
import './time_srv';
|
||||
import './ad_hoc_filters';
|
||||
@ -14,6 +12,7 @@ import './panellinks/module';
|
||||
import './services/DashboardViewStateSrv';
|
||||
import './services/UnsavedChangesSrv';
|
||||
import './services/DashboardLoaderSrv';
|
||||
import './services/DashboardSrv';
|
||||
|
||||
// Components
|
||||
import './components/DashLinks';
|
||||
|
@ -1,5 +1,5 @@
|
||||
import coreModule from 'app/core/core_module';
|
||||
import { DashboardModel } from './dashboard_model';
|
||||
import { DashboardModel } from '../dashboard_model';
|
||||
import locationUtil from 'app/core/utils/location_util';
|
||||
|
||||
export class DashboardSrv {
|
Loading…
Reference in New Issue
Block a user