Only show domains where apps are installed at

This commit is contained in:
Johannes Zellner
2019-03-25 16:17:53 +01:00
parent 6318ae046c
commit 57cb9a1d0b
2 changed files with 5 additions and 1 deletions

View File

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