mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 13:22:21 +08:00

* Testing out rows in schemav2 * update schema * loading sort of works * descibe position in relation to row * add row repeats by variable * explain ts-expect-error * Save repeats as well * Update tests for repeat behavior of rows * Don't add the clones of the repeated rows * Add row support for response transformer for V2 * Add row actions * fix panel name * fix merge issue * fix tests * Implement ensureV1 * set key of GridRow * fix lint issue * When going from V2 to V1 rows should be assigned unique ids following max panel id * remove old comment * Add panel repeats in V2 -> V1 transform
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
export const GRAFANA_DATASOURCE_REF = {
|
|
name: 'grafana',
|
|
uid: 'grafana',
|
|
};
|
|
|
|
export const GRID_ROW_HEIGHT = 1;
|