|
|
|
@ -46,7 +46,7 @@
|
|
|
|
|
<th scope="col" style="min-width: 130px"> |
|
|
|
|
<span>{{$t('End Time')}}</span> |
|
|
|
|
</th> |
|
|
|
|
<th scope="col" :style="{'min-width': (Math.max(list.length && list[0].host.length, 22) * 6) + 'px'}"> |
|
|
|
|
<th scope="col" style="max-width: 600px"> |
|
|
|
|
<span>{{$t('host')}}</span> |
|
|
|
|
</th> |
|
|
|
|
<th scope="col" style="min-width: 70px"> |
|
|
|
@ -87,7 +87,7 @@
|
|
|
|
|
<span v-if="item.endTime">{{item.endTime | formatDate}}</span> |
|
|
|
|
<span v-else>-</span> |
|
|
|
|
</td> |
|
|
|
|
<td><span>{{item.host || '-'}}</span></td> |
|
|
|
|
<td style="max-width: 600px"><span style="padding-right: 5px">{{item.host || '-'}}</span></td> |
|
|
|
|
<td><span>{{item.duration}}</span></td> |
|
|
|
|
<td><span>{{item.retryTimes}}</span></td> |
|
|
|
|
<td> |
|
|
|
|