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

This commit is contained in:
CJ Cenizal 2018-06-14 05:59:42 -07:00 committed by GitHub
parent 87721abccb
commit ae72541401
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