优化界面

This commit is contained in:
GoEdgeLab
2021-08-16 14:44:32 +08:00
parent 6b839f3414
commit 2afbd0b1d5
24 changed files with 25 additions and 28 deletions

View File

@@ -66,7 +66,7 @@
</tr>
</thead>
<tr v-for="node in nodes">
<td>{{node.name}}
<td><a :href="'/clusters/cluster/node?clusterId=' + clusterId + '&nodeId=' + node.id">{{node.name}}</a>
<div style="margin-top: 0.5em" v-if="node.region != null">
<tiny-basic-label class="olive">区域:{{node.region.name}}</tiny-basic-label>
</div>