Added worker descriptor popover
This commit is contained in:
parent
c53e309071
commit
8dd6012b1f
|
@ -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>
|
Loading…
Reference in New Issue