mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
typo in _scripted_fields.html
This commit is contained in:
parent
8faae21c4d
commit
8a67cd2b30
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue