refs #5334 fix checks basic-data
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
f74c370446
commit
07e176ae4f
|
@ -48,6 +48,7 @@
|
||||||
ng-model="$ctrl.department.clientFk">
|
ng-model="$ctrl.department.clientFk">
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
|
<vn-horizontal>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Telecommutes"
|
label="Telecommutes"
|
||||||
ng-model="$ctrl.department.isTeleworking">
|
ng-model="$ctrl.department.isTeleworking">
|
||||||
|
@ -60,14 +61,19 @@
|
||||||
label="Is on production"
|
label="Is on production"
|
||||||
ng-model="$ctrl.department.isProduction">
|
ng-model="$ctrl.department.isProduction">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
|
</vn-horizontal>
|
||||||
|
<vn-one>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Fill in days without physical check-ins"
|
label="Fill in days without physical check-ins"
|
||||||
ng-model="$ctrl.department.hasToRefill">
|
ng-model="$ctrl.department.hasToRefill">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
|
</vn-one>
|
||||||
|
<vn-one>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Send check-ins by email"
|
label="Send check-ins by email"
|
||||||
ng-model="$ctrl.department.hasToSendMail">
|
ng-model="$ctrl.department.hasToSendMail">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
|
</vn-one>
|
||||||
</vn-vertical>
|
</vn-vertical>
|
||||||
</vn-card>
|
</vn-card>
|
||||||
<vn-button-bar>
|
<vn-button-bar>
|
||||||
|
|
Loading…
Reference in New Issue