节点详情中显示更多信息(版本、CPU、负载等)

This commit is contained in:
GoEdgeLab
2021-01-31 11:05:04 +08:00
parent 2cef8b0319
commit 081f3b1ffc
3 changed files with 71 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
</thead>
<tr v-for="node in nodes">
<td>
<a :href="'/clusters/cluster/node?clusterId=' + clusterId + '&nodeId=' + node.id">{{node.name}}</a>
<link-icon :href="'/clusters/cluster/node?clusterId=' + clusterId + '&nodeId=' + node.id">{{node.name}}</link-icon>
</td>
<td>
<span v-for="addr in node.addresses" v-if="addr.canAccess" class="ui label tiny">{{addr.ip}}</span>