show client id on ticket summary header #1273
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-03-27 09:06:21 +01:00
parent 8fc9581b8d
commit 8433e15875
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<vn-card class="summary">
<h5 >{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}} - {{$ctrl.summary.nickname}}
<h5 >Ticket #{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}} ({{$ctrl.summary.client.id}}) - {{$ctrl.summary.nickname}}
<vn-button
disabled="!$ctrl.isEditable"
label="poner OK"