mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardScene: Repeat panel by variable (#74294)
* Progress * think this a bad approach * Scene panel repeats looking good * Update * update * Update * Use key instead for inspect/view * refactorings to improve tests * Update * More tests * Update * added support for key / value variables * Update * Fixes * remove log * Update * Removed old gdev templating dashboard and added new and improved one * Update * Added repeating panels coded demo * Update to latest scenes lib * review feedback fixes * update * Sync schema
This commit is contained in:
@@ -3,7 +3,7 @@ import { advanceTo, clear } from 'jest-date-mock';
|
||||
import { dateTime } from '@grafana/data';
|
||||
import { SceneCanvasText, SceneFlexItem, SceneFlexLayout, SceneTimeRange } from '@grafana/scenes';
|
||||
|
||||
import { activateFullSceneTree } from '../utils/utils';
|
||||
import { activateFullSceneTree } from '../utils/test-utils';
|
||||
|
||||
import { PanelTimeRange } from './PanelTimeRange';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user