5468-account_privileges #1552

Merged
vicent merged 40 commits from 5468-account_privileges into dev 2023-06-20 12:48:35 +00:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit c9b4c68b0c - Show all commits

View File

@ -9,15 +9,16 @@
name="form"
ng-submit="watcher.submit()"
class="vn-w-md">
<vn-card class="vn-pa-lg" vn-focus>
<vn-card class="vn-pa-lg">
<vn-vertical>
<vn-check
label="Has grant"
ng-model="$ctrl.user.hasGrant">
</vn-check>
</vn-vertical>
<vn-vertical
class="vn-mt-md">
</vn-card>
<vn-card class="vn-pa-lg vn-mt-md">
<vn-vertical>
<vn-autocomplete
label="Role"
ng-model="$ctrl.user.roleFk"