Show usermanagement indicator in app grid

This commit is contained in:
Johannes Zellner
2021-04-20 20:43:37 +02:00
parent 8b0fbd8e77
commit 84bc28b371
3 changed files with 16 additions and 0 deletions

View File

@@ -95,6 +95,12 @@
</div>
</div>
</div>
<div class="usermanagement-indicator">
<i class="fas fa-user" ng-show="app.ssoAuth && !app.manifest.addons.email" uib-tooltip="Log in with Cloudron username and password"></i>
<i class="far fa-user" ng-show="!app.ssoAuth && !app.manifest.addons.email" uib-tooltip="Not using Cloudron's usermanagement"></i>
<i class="fas fa-envelope" ng-show="app.manifest.addons.email" uib-tooltip="Log in with Cloudron mailbox email and password"></i>
</div>
</div>
<!-- we check the version here because the box updater does not know when an app gets updated -->