mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graphite: Fix graphite tag value dropdowns not rendering (#25889)
This commit is contained in:
parent
5070f7a75b
commit
75d8853aac
@ -20,7 +20,8 @@
|
||||
css-class="query-segment-key"
|
||||
get-options="ctrl.getTags($index, $query)"
|
||||
on-change="ctrl.tagChanged(tag, $index)"
|
||||
/>
|
||||
></gf-form-dropdown>
|
||||
|
||||
<gf-form-dropdown
|
||||
model="tag.operator"
|
||||
label-mode="true"
|
||||
@ -28,7 +29,7 @@
|
||||
get-options="ctrl.getTagOperators()"
|
||||
on-change="ctrl.tagChanged(tag, $index)"
|
||||
min-input-width="30"
|
||||
/>
|
||||
></gf-form-dropdown>
|
||||
<gf-form-dropdown
|
||||
model="tag.value"
|
||||
allow-custom="true"
|
||||
|
Loading…
Reference in New Issue
Block a user