web access inputs can't be modified together anymore

This commit is contained in:
Carlos Jimenez Ruiz 2021-07-21 10:06:50 +02:00
parent d8f92e8b12
commit 0676eb5f30
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
<vn-card class="vn-pa-lg">
<vn-horizontal>
<vn-check
vn-id="active"
disabled="watcher.orgData.name != $ctrl.account.name"
vn-one
label="Enable web access"
ng-model="$ctrl.account.active"
@ -17,6 +19,8 @@
</vn-horizontal>
<vn-horizontal>
<vn-textfield
vn-id="name"
disabled="watcher.orgData.active != $ctrl.account.active"
vn-focus
vn-one
label="User"