Show alternative text for non admins, when no apps are available for this user

This commit is contained in:
Johannes Zellner
2016-02-25 15:38:46 +01:00
parent ce36fadf2b
commit b82b183df6

View File

@@ -1,4 +1,4 @@
<div class="row animateMeOpacity ng-hide" ng-show="installedApps.length === 0">
<div class="row animateMeOpacity ng-hide" ng-show="installedApps.length === 0 && user.admin">
<div class="col-lg-6 col-lg-offset-3" style="text-align: center;">
<br/><br/><br/><br/>
<h1><i class="fa fa-cloud-download fa-fw"></i> Your Cloudron does not have any apps installed yet!</h1>
@@ -7,6 +7,15 @@
</div>
</div>
<div class="row animateMeOpacity ng-hide" ng-show="installedApps.length === 0 && !user.admin">
<div class="col-lg-6 col-lg-offset-3" style="text-align: center;">
<br/><br/><br/><br/>
<h1>You don't have access to any apps on this Cloudron yet!</h1>
<br/></br>
<h3>Once you do, they will show up here.</h3>
</div>
</div>
<!-- Modal configure app -->
<div class="modal fade" id="appConfigureModal" tabindex="-1" role="dialog">
<div class="modal-dialog">