6745-2404_testToMaster #1950

Merged
alexm merged 191 commits from 6745-2404_testToMaster into master 2024-01-25 07:39:13 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit f817551a57 - Show all commits

View File

@ -13,14 +13,14 @@
<vn-vertical>
<vn-textfield
label="Name"
ng-model="$ctrl.VnRole.name"
rule
ng-model="$ctrl.role.name"
rule="VnRole.name"
vn-focus>
</vn-textfield>
<vn-textfield
label="Description"
ng-model="$ctrl.VnRole.description"
rule>
ng-model="$ctrl.role.description"
rule="VnRole.description">
</vn-textfield>
</vn-vertical>
</vn-card>