优化代码

This commit is contained in:
GoEdgeLab
2022-09-25 20:34:43 +08:00
parent 85d862b4d2
commit b63afd5f66
9 changed files with 19 additions and 12 deletions

View File

@@ -209,7 +209,7 @@
</tr>
</tbody>
<tbody>
<tr>
<tr v-if="node.status.buildVersion != null && node.status.buildVersion.length > 0">
<td>版本</td>
<td>v{{node.status.buildVersion}}
&nbsp; <a :href="'/clusters/cluster/upgradeRemote?clusterId=' + clusterId" v-if="shouldUpgrade"><span class="red">发现新版本v{{newVersion}} &raquo;</span></a>

View File

@@ -24,7 +24,7 @@
<h4>方法2手动安装</h4>
<table class="ui table definition selectable">
<tr v-if="installerFiles != null && installerFiles.length > 0">
<td>安装文件</td>
<td class="title">下载安装文件</td>
<td>
<table class="ui table celled">
<thead class="full-width">