mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Migration - EditVariable Settings: Implement Interval Variable (#81259)
* Extract logic from core IntervalEditor and create a new Form to be shared between scenes and core * Implement IntervalVariableEditor and refactor some utils functions * Add unit test
This commit is contained in:
@@ -173,6 +173,9 @@ export const Pages = {
|
||||
},
|
||||
IntervalVariable: {
|
||||
intervalsValueInput: 'data-testid interval variable intervals input',
|
||||
autoEnabledCheckbox: 'data-testid interval variable auto value checkbox',
|
||||
stepCountIntervalSelect: 'data-testid interval variable step count input',
|
||||
minIntervalInput: 'data-testid interval variable mininum interval input',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user