mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Migrate table to cue model (#61852)
* WIP table cue model * WIP table types migration * refactor * WIP table cue * docs * veneer fix, docs * docs
This commit is contained in:
@@ -4,7 +4,7 @@ import { RefreshEvent } from '@grafana/runtime';
|
||||
import { PanelChrome } from '@grafana/ui';
|
||||
import { applyPanelTimeOverrides } from 'app/features/dashboard/utils/panel';
|
||||
import { PanelRenderer } from 'app/features/panel/components/PanelRenderer';
|
||||
import { PanelOptions } from 'app/plugins/panel/table/models.gen';
|
||||
import { PanelOptions } from 'app/plugins/panel/table/panelcfg.gen';
|
||||
|
||||
import PanelHeaderCorner from '../../dashgrid/PanelHeader/PanelHeaderCorner';
|
||||
import { getTimeSrv } from '../../services/TimeSrv';
|
||||
|
||||
Reference in New Issue
Block a user