mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Merge pull request #2348 from joehillen/typo
typo in _scripted_fields.html
This commit is contained in:
commit
3a8bbf8c7a
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