typo in _scripted_fields.html

This commit is contained in:
Joe Hillenbrand 2014-12-16 11:28:11 -08:00
parent 8faae21c4d
commit 8a67cd2b30

View file

@ -1,5 +1,5 @@
<h3>Scripted fields</h3>
<p>These scripted fields are computed on the fly from your data. They can be used in visualizations and displayed in your documents, however they can not be searched. You can manage them here and add news ones as you see fit, but be careful, scripts can be tricky! If you need some examples, why not let Kibana <a ng-click="addDateScripts()"><strong>create a few examples from your date fields.</strong></a></p>
<p>These scripted fields are computed on the fly from your data. They can be used in visualizations and displayed in your documents, however they can not be searched. You can manage them here and add new ones as you see fit, but be careful, scripts can be tricky! If you need some examples, why not let Kibana <a ng-click="addDateScripts()"><strong>create a few examples from your date fields.</strong></a></p>
<header>
<button ng-click="create()" class="btn btn-info">
@ -14,4 +14,4 @@
per-page="perPage">
</paginated-table>
<div ng-if="rows.length === 0">No scripted fields</div>
<div ng-if="rows.length === 0">No scripted fields</div>