优化文字提示

This commit is contained in:
刘祥超
2024-04-20 10:20:10 +08:00
parent 6470fbe9f7
commit af57cb0fed
11 changed files with 17 additions and 17 deletions

View File

@@ -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>