Added worker descriptor popover

This commit is contained in:
Pau 2022-11-10 08:27:47 +01:00
parent c53e309071
commit 8dd6012b1f
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,8 @@
<vn-tbody>
<vn-tr ng-repeat="greuge in greuges">
<vn-td shrink-datetime>{{::greuge.shipped | date:'dd/MM/yyyy HH:mm' }}</vn-td>
<vn-td>{{::greuge.user.name}}</vn-td>
<vn-td ng-click="workerDescriptor.show($event, greuge.user.id)"
class="link">{{::greuge.user.name}}</vn-td>
<vn-td>
<span title="{{::greuge.description}}">{{::greuge.description}}</span>
</vn-td>
@ -59,3 +60,4 @@
vn-bind="+"
fixed-bottom-right>
</vn-float-button>
<vn-worker-descriptor-popover vn-id="workerDescriptor"></vn-worker-descriptor-popover>