mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-08 04:15:37 +08:00
优化文字提示
This commit is contained in:
@@ -319,7 +319,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>是否已安装</td>
|
||||
<td>已安装</td>
|
||||
<td>
|
||||
<span v-if="node.isInstalled" class="green">已安装</span>
|
||||
<a v-else :href="'/clusters/cluster/installNode?clusterId=' + clusterId + '&nodeId=' + nodeId" class="underline" title="点击进入安装界面"><span class="red">未安装</span></a>
|
||||
|
||||
Reference in New Issue
Block a user