Open client summary
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7a8dbdfb16
commit
4be3f9c00f
|
@ -67,7 +67,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span
|
<span
|
||||||
vn-click-stop="itemDescriptor.show($event, item.id)"
|
vn-click-stop="clientDescriptor.show($event, client.id)"
|
||||||
class="link">
|
class="link">
|
||||||
{{::client.id}}
|
{{::client.id}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -83,7 +83,9 @@
|
||||||
</smart-table>
|
</smart-table>
|
||||||
</vn-card>
|
</vn-card>
|
||||||
|
|
||||||
|
<vn-client-descriptor-popover
|
||||||
|
vn-id="clientDescriptor">
|
||||||
|
</vn-client-descriptor-popover>
|
||||||
<vn-popover vn-id="filters">
|
<vn-popover vn-id="filters">
|
||||||
<div class="vn-pa-lg">
|
<div class="vn-pa-lg">
|
||||||
<form ng-submit="$ctrl.onSendClientConsumption()">
|
<form ng-submit="$ctrl.onSendClientConsumption()">
|
||||||
|
@ -153,3 +155,6 @@
|
||||||
</vn-item>
|
</vn-item>
|
||||||
</slot-menu>
|
</slot-menu>
|
||||||
</vn-contextmenu>
|
</vn-contextmenu>
|
||||||
|
<vn-client-descriptor-popover
|
||||||
|
vn-id="clientDescriptor">
|
||||||
|
</vn-client-descriptor-popover>
|
Loading…
Reference in New Issue