Style fixes to osticket report
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
b4f1e293e2
commit
3ed6e65f33
|
@ -45,10 +45,10 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th width="5%">{{$t('author')}}</th>
|
||||
<th width="5%">{{$t('dated')}}</th>
|
||||
<th width="30%">{{$t('ticketSubject')}}</th>
|
||||
<th width="15%">{{$t('dated')}}</th>
|
||||
<th width="25%">{{$t('ticketSubject')}}</th>
|
||||
<th width="30%">{{$t('ticketDescription')}}</th>
|
||||
<th width="30%">{{$t('resolution')}}</th>
|
||||
<th width="20%">{{$t('resolution')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody v-for="ticket in technician.tickets">
|
||||
|
|
Loading…
Reference in New Issue