mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Switch to ng-show so controller can maintain reference to Visualize button and remove it upon toggle
This commit is contained in:
parent
76c2687e86
commit
9da6ddfd16
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
<a
|
||||
ng-href="{{vizLocation(field)}}"
|
||||
ng-if="field.aggregatable"
|
||||
ng-show="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