Improve singleUser configure dialog

Fixes #565
This commit is contained in:
Johannes Zellner
2016-01-20 16:27:41 +01:00
parent 2bd6e02cdc
commit 2cb498d500

View File

@@ -38,7 +38,10 @@
</div>
<div class="form-group" ng-show="appConfigure.app.manifest.singleUser">
<label class="control-label">User</label>
<p>This is a single user application. Access is granted to <b>{{appConfigure.app.accessRestriction.users[0]}}</b>.</p>
<p>
This is a single user application.<br/><br/>
Access is granted to <b>{{appConfigure.app.accessRestriction.users[0]}}</b>.
</p>
</div>
<!-- Not sure if oauthproxy makes any sense with singleuser apps, it certainly looks strange in the UI, so we hide it for now -->
<div class="form-group" ng-hide="appConfigure.app.manifest.singleUser">