mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CloudWatch: Wrap VariableEditor dimension fields (#68967)
CloudWatch: VariableEditor dimension fields
This commit is contained in:
parent
41b609de14
commit
c045fcbf69
@ -173,7 +173,7 @@ export const VariableQueryEditor = ({ query, datasource, onChange }: Props) => {
|
||||
inputId={`variable-query-dimension-key-${query.refId}`}
|
||||
allowCustomValue
|
||||
/>
|
||||
<InlineField label="Dimensions" labelWidth={20} tooltip="Dimensions to filter the returned values on">
|
||||
<InlineField label="Dimensions" labelWidth={20} shrink tooltip="Dimensions to filter the returned values on">
|
||||
<Dimensions
|
||||
metricStat={{ ...parsedQuery, dimensions: parsedQuery.dimensionFilters }}
|
||||
onChange={(dimensions) => {
|
||||
|
Loading…
Reference in New Issue
Block a user