refs #5334 checks vertical
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-05-26 13:15:47 +02:00
parent 0789804352
commit f74c370446
1 changed files with 3 additions and 16 deletions

View File

@ -45,6 +45,7 @@
value="{{department.workerFk}}">
</vn-label-value>
</vn-one>
<vn-vertical>
<vn-check
label="Telecommutes"
ng-model="$ctrl.department.isTeleworking">
@ -56,7 +57,7 @@
<vn-check
label="Is on production"
ng-model="$ctrl.department.isProduction">
</vn-check>
</vn-check>
<vn-check
label="Fill in days without physical check-ins"
ng-model="$ctrl.department.hasToRefill">
@ -65,21 +66,7 @@
label="Send check-ins by email"
ng-model="$ctrl.department.hasToSendMail">
</vn-check>
<!-- <vn-one>
<h4 translate>User data</h4>
<vn-label-value label="User id"
value="{{worker.userFk}}">
</vn-label-value>
<vn-label-value label="User"
value="{{worker.user.name}}">
</vn-label-value>
<vn-label-value label="Role"
value="{{worker.user.role.name}}">
</vn-label-value>
<vn-label-value label="Extension"
value="{{worker.sip.extension}}">
</vn-label-value>
</vn-one> -->
</vn-vertical>
</vn-horizontal>
</vn-card>
<vn-worker-department-descriptor-popover