Hide bottom row of local nav in License Management if it's empty. (#19780)

This commit is contained in:
CJ Cenizal 2018-06-13 17:06:45 -07:00 committed by GitHub
parent 0a2ce7d370
commit 2600a2c099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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