InfluxDB: Improve measurement-autocomplete behavior in query editor (#33494)

* InfluxDB: Improve measurement-autocomplete behavior

* reverted changes of the previous commit

* add debounce to measurement-autocomplete
pull/33631/head
Gábor Farkas 4 years ago committed by GitHub
parent 4496ae496e
commit 4506af3be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/plugins/datasource/influxdb/partials/query.editor.html

@ -30,6 +30,7 @@
segment="ctrl.measurementSegment"
get-options="ctrl.getMeasurements($query)"
on-change="ctrl.measurementChanged()"
debounce="true"
></metric-segment>
</div>

Loading…
Cancel
Save