|
@@ -2,8 +2,8 @@ import { updateLocation } from 'app/core/actions';
|
|
|
import { store } from 'app/store/store';
|
|
import { store } from 'app/store/store';
|
|
|
|
|
|
|
|
import { removePanel, duplicatePanel, copyPanel, editPanelJson, sharePanel } from 'app/features/dashboard/utils/panel';
|
|
import { removePanel, duplicatePanel, copyPanel, editPanelJson, sharePanel } from 'app/features/dashboard/utils/panel';
|
|
|
-import { PanelModel } from 'app/features/dashboard/panel_model';
|
|
|
|
|
-import { DashboardModel } from 'app/features/dashboard/dashboard_model';
|
|
|
|
|
|
|
+import { PanelModel } from 'app/features/dashboard/state/PanelModel';
|
|
|
|
|
+import { DashboardModel } from 'app/features/dashboard/state/DashboardModel';
|
|
|
import { PanelMenuItem } from '@grafana/ui';
|
|
import { PanelMenuItem } from '@grafana/ui';
|
|
|
|
|
|
|
|
export const getPanelMenu = (dashboard: DashboardModel, panel: PanelModel) => {
|
|
export const getPanelMenu = (dashboard: DashboardModel, panel: PanelModel) => {
|