mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
Remove unused properties: * `FieldColorModeId.PaletteSaturated`: It doesn't exist and it is not a valid palette. * `VariableModel.rootStateKey`: It is not persisted in the DB, so it shouldn't be in the schema. It is a property only used in the frontend to store the Redux store key. * `VariableModel.error`: It is not persisted in the DB, so it shouldn't be in the schema. It is a property only used in the frontend to store fetching errors. * `Panel.thresholds`: old property only existing in previous versions of the dashboard schema. * `Panel.timeRegions`: old property only existing in previous versions of the dashboard schema. |
||
---|---|---|
.. | ||
__fixtures__ | ||
actions.ts | ||
analyticsProcessor.ts | ||
DashboardMigrator.test.ts | ||
DashboardMigrator.ts | ||
DashboardModel.refresh.test.ts | ||
DashboardModel.repeat.test.ts | ||
DashboardModel.test.ts | ||
DashboardModel.ts | ||
index.ts | ||
initDashboard.test.ts | ||
initDashboard.ts | ||
PanelModel.test.ts | ||
PanelModel.ts | ||
reducers.test.ts | ||
reducers.ts | ||
selectors.ts | ||
TimeModel.ts | ||
utils.test.ts | ||
utils.ts |