调整界面

This commit is contained in:
GoEdgeLab
2020-10-25 19:45:42 +08:00
parent 9524a0d145
commit cccc64a629
11 changed files with 36 additions and 7 deletions

View File

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