added dashboard.current.index.warm_fields to allow disabling of pre-parsing the mapping.

This commit is contained in:
Rashid Khan
2013-12-04 09:48:31 -07:00
parent 0efdd461df
commit 1081de13c2
8 changed files with 21 additions and 60 deletions
+4
View File
@@ -62,6 +62,10 @@
<h6>Default Index <small ng-show="dashboard.current.index.interval != 'none'">If index not found</small></h6>
<input type="text" class="input-medium" ng-model="dashboard.current.index.default">
</div>
<div class="span2">
<h6>Preload Fields <i class="icon-question-sign" bs-tooltip="'Preload available fields for the purpose of autocomplete. Turn this off if you have many fields'"></i></h6>
<input type="checkbox" ng-model="dashboard.current.index.warm_fields" ng-checked="dashboard.current.index.warm_fields" />
</div>
</div>
</div>