remove singleUser from ui code

This commit is contained in:
Girish Ramakrishnan
2016-11-11 22:12:48 +05:30
parent 2065a5f7f2
commit 72f31744e3
3 changed files with 4 additions and 22 deletions

View File

@@ -35,11 +35,6 @@
</ng-form>
</div>
<div class="form-group" ng-show="appInstall.app.manifest.singleUser">
<label class="control-label">User</label>
<select class="form-control" ng-model="appInstall.accessRestrictionSingleUser" ng-options="user as (user.username || user.email) for user in users track by user.id" ng-required="appInstall.app.manifest.singleUser"></select>
</div>
<div class="form-group" ng-show="appInstall.app.manifest.customAuth">
<label class="control-label">Access control</label>
<p>
@@ -55,7 +50,7 @@
</p>
</div>
<div class="form-group" ng-hide="appInstall.app.manifest.singleUser || appInstall.app.manifest.customAuth || appInstall.app.manifest.addons.email">
<div class="form-group" ng-hide="appInstall.app.manifest.customAuth || appInstall.app.manifest.addons.email">
<label class="control-label">Access control</label>
<div class="radio">
<label>