域名解析任务列表中增加集群解析页面链接/在域名解析--集群详情中显示正在执行的任务

This commit is contained in:
刘祥超
2021-09-21 10:56:29 +08:00
parent beb34f8264
commit 92777366ec
5 changed files with 117 additions and 6 deletions

View File

@@ -15,7 +15,9 @@
</thead>
<tr v-for="task in tasks">
<td>
<span v-if="task.type == 'clusterChange'">{{task.cluster.name}}</span>
<span v-if="task.type == 'clusterChange'">{{task.cluster.name}}
<link-icon :href="'/dns/clusters/cluster?clusterId=' + task.cluster.id" target="_top"></link-icon>
</span>
<span v-if="task.type == 'nodeChange'">{{task.node.name}}</span>
<span v-if="task.type == 'serverChange'">{{task.server.name}}</span>
<span v-if="task.type == 'domainChange'">{{task.domain.name}}</span>