Remove oauth proxy setting ui
This commit is contained in:
@@ -69,15 +69,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</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">
|
||||
<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>
|
||||
<option value="1">Visible only to Cloudron users</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group" ng-hide="true">
|
||||
<label class="control-label" for="memoryUsage">Maximum Memory Usage: <b>{{ appConfigure.memoryUsage / 1024 / 1024 }} MB</b></label>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user