mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Conditionally show Visualize button based on aggregatable status
This commit is contained in:
parent
750fd1a1ab
commit
76c2687e86
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
|
||||
<a
|
||||
ng-href="{{vizLocation(field)}}"
|
||||
ng-if="field.aggregatable"
|
||||
class="sidebar-item-button primary">
|
||||
Visualize
|
||||
<span class="discover-field-vis-warning" ng-show="warnings.length" tooltip="{{warnings.join(' ')}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue