Conditionally show Visualize button based on aggregatable status

This commit is contained in:
Matthew Bargar 2016-10-14 18:23:37 -04:00
parent 750fd1a1ab
commit 76c2687e86

View file

@ -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(' ')}}">