hide expanded panel feature due to performance bug (#10014)

This commit is contained in:
Stacey Gammon 2017-01-23 15:28:50 -05:00 committed by GitHub
parent 06ee537391
commit d946326ec7

View file

@ -4,9 +4,12 @@
{{::savedObj.title}}
</span>
<div class="btn-group">
<!--
Pulling out due to https://github.com/elastic/kibana/issues/9766. Uncomment when fixed.
<a aria-label="Expand" ng-click="toggleExpand()">
<span class="fa" ng-class="{'fa-expand': !isExpanded, 'fa-compress': isExpanded}"></span>
</a>
-->
<a aria-label="Edit" ng-show="!isFullScreenMode && editUrl" ng-href="{{::editUrl}}">
<i aria-hidden="true" class="fa fa-pencil"></i>
</a>