QueryVariable: Add static options input (#107514)
* static options for query variable * add toggle * fix and add tests * run the hack codegen thing * more test fixes * make betterer happier * also make typecheck happy * make betterer happier * fix i18n key * tranalte static variables sort label * gen translations * update snapshot
This commit is contained in:
@@ -489,6 +489,27 @@ export const versionedPages = {
|
||||
queryOptionsQueryInput: {
|
||||
'10.4.0': 'data-testid Variable editor Form Default Variable Query Editor textarea',
|
||||
},
|
||||
queryOptionsStaticOptionsRow: {
|
||||
[MIN_GRAFANA_VERSION]: 'Variable editor Form Query Static Options row',
|
||||
},
|
||||
queryOptionsStaticOptionsToggle: {
|
||||
[MIN_GRAFANA_VERSION]: 'Variable editor Form Query Static Options toggle',
|
||||
},
|
||||
queryOptionsStaticOptionsLabelInput: {
|
||||
[MIN_GRAFANA_VERSION]: 'Variable editor Form Query Static Options Label input',
|
||||
},
|
||||
queryOptionsStaticOptionsValueInput: {
|
||||
[MIN_GRAFANA_VERSION]: 'Variable editor Form Query Static Options Value input',
|
||||
},
|
||||
queryOptionsStaticOptionsDeleteButton: {
|
||||
[MIN_GRAFANA_VERSION]: 'Variable editor Form Query Static Options Delete button',
|
||||
},
|
||||
queryOptionsStaticOptionsAddButton: {
|
||||
[MIN_GRAFANA_VERSION]: 'Variable editor Form Query Static Options Add button',
|
||||
},
|
||||
queryOptionsStaticOptionsOrderDropdown: {
|
||||
[MIN_GRAFANA_VERSION]: 'Variable editor Form Query Static Options Order dropdown',
|
||||
},
|
||||
valueGroupsTagsEnabledSwitch: {
|
||||
[MIN_GRAFANA_VERSION]: 'Variable editor Form Query UseTags switch',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user