|
@@ -22,13 +22,13 @@
|
|
|
<th scope="col" width="50">
|
|
|
<x-checkbox @on-change="_topCheckBoxClick" v-model="checkAll"></x-checkbox>
|
|
|
</th>
|
|
|
- <th scope="col" width="40">
|
|
|
+ <th scope="col">
|
|
|
<span>{{$t('#')}}</span>
|
|
|
</th>
|
|
|
- <th scope="col">
|
|
|
+ <th scope="col" width="70">
|
|
|
<span>{{$t('Process Name')}}</span>
|
|
|
</th>
|
|
|
- <th scope="col" width="70">
|
|
|
+ <th scope="col" width="60">
|
|
|
<span>{{$t('Executor')}}</span>
|
|
|
</th>
|
|
|
<th scope="col" width="70">
|
|
@@ -71,7 +71,7 @@
|
|
|
<span class="ellipsis" style="padding-left: 4px;"><router-link :to="{ path: '/projects/instance/list/' + item.id}" tag="a" class="links" :title="item.name">{{item.name}}</router-link></span>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <span v-if="item.executorName">{{item.executorName}}</span>
|
|
|
+ <span style="word-break: break-all" v-if="item.executorName">{{item.executorName}}</span>
|
|
|
<span v-else>-</span>
|
|
|
</td>
|
|
|
<td><span>{{_rtRunningType(item.commandType)}}</span></td>
|