Procházet zdrojové kódy

fix: elasticsearch terms size now allows custom values again, fixes #10124

Torkel Ödegaard před 7 roky
rodič
revize
aa3872a0e2

+ 1 - 0
public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html

@@ -101,6 +101,7 @@
 												get-options="getSizeOptions()"
 												get-options="getSizeOptions()"
 												on-change="onChangeInternal()"
 												on-change="onChangeInternal()"
 												label-mode="true"
 												label-mode="true"
+                        allow-custom="true"
 												css-class="width-12">
 												css-class="width-12">
 			</gf-form-dropdown>
 			</gf-form-dropdown>
 		</div>
 		</div>