Move unrestricted as first entry since the spacing is awkward below the groups
This commit is contained in:
@@ -91,6 +91,12 @@
|
||||
|
||||
<div class="form-group" ng-hide="appConfigure.app.manifest.singleUser || appConfigure.app.manifest.customAuth || appConfigure.app.manifest.addons.email">
|
||||
<label class="control-label">Access control</label>
|
||||
<div class="radio" ng-show="appConfigure.needsOAuthProxy">
|
||||
<label>
|
||||
<input type="radio" ng-model="appConfigure.accessRestrictionOption" value="unrestricted">
|
||||
Unrestricted
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" ng-model="appConfigure.accessRestrictionOption" value="any">
|
||||
@@ -112,12 +118,6 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="radio" ng-show="appConfigure.needsOAuthProxy">
|
||||
<label>
|
||||
<input type="radio" ng-model="appConfigure.accessRestrictionOption" value="unrestricted">
|
||||
Unrestricted
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user