优化界面

This commit is contained in:
刘祥超
2021-08-16 14:44:32 +08:00
parent 1da5d1094f
commit c2576f4c62
24 changed files with 25 additions and 28 deletions

View File

@@ -18,7 +18,7 @@
</tr>
</thead>
<tr v-for="node in nodes">
<td>{{node.name}}</td>
<td><a :href="'/settings/monitorNodes/node?nodeId=' + node.id">{{node.name}}</a></td>
<td class="center">
<span v-if="node.status.buildVersion.length > 0">v{{node.status.buildVersion}}</span>
<span v-else class="disabled">-</span>