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

This commit is contained in:
刘祥超
2021-01-31 11:05:04 +08:00
parent 3ebb47d915
commit cc5a34c20e
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>