mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Make discover sidebar UI more consistent
This commit is contained in:
parent
0b472a384e
commit
c2ec7b01af
1 changed files with 0 additions and 6 deletions
|
@ -10,9 +10,6 @@
|
|||
<ul class="list-unstyled sidebar-item index-pattern-selection">
|
||||
<li css-truncate class="sidebar-item-title" title="{{id}}" ng-repeat="id in indexPatternList | orderBy" ng-show="indexPattern.id != id" ng-click="setIndexPattern(id)">{{id}}</li>
|
||||
</ul>
|
||||
<div ng-click="showIndexPatternSelection = !showIndexPatternSelection" class="discover-field-details-close">
|
||||
<i class="fa fa-chevron-up"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-hide="indexPatternList.length > 1">
|
||||
|
@ -49,9 +46,6 @@
|
|||
</div>
|
||||
|
||||
<div class="sidebar-item" ng-show="showFilter">
|
||||
<div ng-click="showFilter = !showFilter" class="discover-field-details-close">
|
||||
<i aria-hidden="true" class="fa fa-chevron-up"></i>
|
||||
</div>
|
||||
<form role="form" class="discover-field-details">
|
||||
<div class="form-group">
|
||||
<label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue