实现远程升级节点

This commit is contained in:
刘祥超
2020-10-28 12:35:49 +08:00
parent 693409495e
commit 3e520c4863
16 changed files with 299 additions and 29 deletions

View File

@@ -85,7 +85,7 @@
<td class="title">是否在运行</td>
<td>
<div v-if="node.status.isActive">
<span class="green">运行中</span> &nbsp;
<span class="green">运行中</span> &nbsp;
<a href="" @click.prevent="stopNode()" v-if="!isStopping"><span>[通过SSH停止]</span></a>
<span v-if="isStopping">[停止中...]</span>
</div>