Only show domains where apps are installed at
This commit is contained in:
@@ -520,7 +520,7 @@
|
||||
</div>
|
||||
|
||||
<div class="animateMeOpacity ng-hide" ng-show="installedApps.length > 0">
|
||||
<div ng-repeat="domain in domains">
|
||||
<div ng-repeat="domain in domains" ng-show="domainHasApps(domain)">
|
||||
<h2 style="padding-left: 15px;">{{ domain.domain }}</h2>
|
||||
<div class="app-grid">
|
||||
<div class="grid-item" ng-repeat="app in installedApps | filter:{domain:domain.domain} | orderBy:'location'">
|
||||
|
||||
Reference in New Issue
Block a user