Fix appstore case without apps listed

This commit is contained in:
Johannes Zellner
2020-06-16 11:20:28 +02:00
parent e65d946633
commit 300a3919ab

View File

@@ -294,9 +294,12 @@
<div ng-show="ready && validSubscription" class="ng-cloak appstore-grid" id="appstoreGrid">
<div class="row">
<div class="col-md-12" ng-hide="apps.length">
<div class="col-md-12 text-center" ng-hide="apps.length">
<br/>
<br/>
<br/>
<h3 class="text-muted">No apps found.</h3>
<br/>
<a href="https://forum.cloudron.io/category/5/app-requests" target="_blank">Missing an app? Let us know.</a>
</div>
<div class="col-md-12" ng-show="apps.length">
@@ -316,9 +319,5 @@
</div>
</div>
</div>
<div class="col-md-10 animateMeOpacity loading-banner" ng-show="!apps.length">
<h3 class="text-muted">No apps found.</h3>
<a href="https://forum.cloudron.io/category/5/app-requests" target="_blank"><h3>Request an app or vote for one in our forum.</h3></a>
</div>
</div>
</div>