mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elasticsearch: Add support for template variable in date histogram min_doc_count (#21064)
Fixes #21052
This commit is contained in:
parent
54565349c5
commit
93a93b5031
@ -65,7 +65,7 @@
|
|||||||
<div class="gf-form offset-width-7">
|
<div class="gf-form offset-width-7">
|
||||||
<label class="gf-form-label width-10">Min Doc Count</label>
|
<label class="gf-form-label width-10">Min Doc Count</label>
|
||||||
<input
|
<input
|
||||||
type="number"
|
type="text"
|
||||||
class="gf-form-input max-width-12"
|
class="gf-form-input max-width-12"
|
||||||
ng-model="agg.settings.min_doc_count"
|
ng-model="agg.settings.min_doc_count"
|
||||||
ng-blur="onChangeInternal()"
|
ng-blur="onChangeInternal()"
|
||||||
|
Loading…
Reference in New Issue
Block a user