mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 14:34:00 +08:00
graph: fixes click after scroll in series override menu
Makes changes to dropdown-typeahead2 so that a css class for the button can be passed in. Means it can be used instead of dropdown-typeahead. Switches to using dropdown-typeahead2 for series_overrides directive and for the influxdb, mysql and postgres datasources as it already contains a fix for this issue. This commit also fixes the index property which was set using an incorrectly spelled length property in the series_overrides directive. Closes #15621
This commit is contained in:
@ -45,8 +45,10 @@
|
||||
|
||||
<div class="gf-form">
|
||||
<label class="dropdown"
|
||||
dropdown-typeahead="ctrl.selectMenu"
|
||||
dropdown-typeahead-on-select="ctrl.addSelectPart(selectParts, $item, $subItem)">
|
||||
dropdown-typeahead2="ctrl.selectMenu"
|
||||
dropdown-typeahead-on-select="ctrl.addSelectPart(selectParts, $item, $subItem)"
|
||||
button-template-class="gf-form-label query-part"
|
||||
>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user