实现删除集群

This commit is contained in:
GoEdgeLab
2020-10-25 16:22:36 +08:00
parent 08af418665
commit 379ec0790e
7 changed files with 56 additions and 4 deletions

View File

@@ -28,7 +28,8 @@
<span v-else class="disabled">N</span>
</td>
<td>
<a :href="'/clusters/cluster?clusterId=' + cluster.id">详情</a>
<a :href="'/clusters/cluster?clusterId=' + cluster.id">详情</a> &nbsp;
<a href="" @click.prevent="deleteCluster(cluster.id)">删除</a>
</td>
</tr>
</table>