mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
hide expanded panel feature due to performance bug (#10014)
This commit is contained in:
parent
06ee537391
commit
d946326ec7
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue