Do not show oauth proxy settings for singleUser apps

This commit is contained in:
Johannes Zellner
2016-01-20 16:23:31 +01:00
parent 85423cbc20
commit 2bd6e02cdc

View File

@@ -40,7 +40,8 @@
<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>
</div>
<div class="form-group">
<!-- 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">
<label class="control-label" for="oauthProxy">Website Visibility</label>
<select class="form-control" id="oauthProxy" ng-model="appConfigure.oauthProxy">
<option value="">Visible to all</option>
@@ -48,8 +49,6 @@
</select>
</div>
<br/>
<div class="hide">
<label class="control-label" for="appConfigureCertificateInput" ng-show="config.isCustomDomain">Certificate (optional)</label>
<div class="has-error text-center" ng-show="appConfigure.error.cert && config.isCustomDomain">{{ appConfigure.error.cert }}</div>