Replace the ugly oauth proxy checkbox

This commit is contained in:
Johannes Zellner
2015-10-22 13:18:58 +02:00
parent f9f4a8e7ad
commit f72d89fa76
2 changed files with 8 additions and 9 deletions

View File

@@ -42,11 +42,10 @@
</div>
<div class="form-group">
<label class="control-label" for="oauthProxy">Website Visibility</label>
<div class="checkbox">
<label>
<input type="checkbox" id="oauthProxy" ng-model="appConfigure.oauthProxy"> Cloudron users only
</label>
</div>
<select class="form-control" id="oauthProxy" ng-model="appConfigure.oauthProxy">
<option value="">Visible to all</option>
<option value="1">Visible only to Cloudron users</option>
</select>
</div>
<a ng-show="!!appConfigure.app.manifest.configurePath" ng-href="https://{{ appConfigure.app.location }}{{ !appConfigure.app.location ? '' : (config.isCustomDomain ? '.' : '-') }}{{ config.fqdn }}/{{ appConfigure.app.manifest.configurePath }}" target="_blank">Application Specific Settings</a>
<br/>