mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Hide bottom row of local nav in License Management if it's empty. (#19780)
This commit is contained in:
parent
0a2ce7d370
commit
2600a2c099
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
></bread-crumbs>
|
||||
|
||||
<!-- Tabs. -->
|
||||
<div data-transclude-slot="bottomRow" class="kuiLocalTabs" role="tablist">
|
||||
<h2 class="kuiLocalTab" ng-if="!sectionName" id="tabHeader" tabindex="0">
|
||||
<div data-transclude-slot="bottomRow" class="kuiLocalTabs" role="tablist" ng-show="!sectionName || section.visibleItems.length > 0">
|
||||
<h2 class="kuiLocalTab" ng-if="!sectionName" id="tabHeader" tabindex="0" role="tab">
|
||||
{{::section.display}}
|
||||
</h2>
|
||||
<a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue