mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 11:36:34 +08:00
多个API节点时选择一个作为主节点
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tr v-for="node in nodes">
|
||||
<td><a :href="'/api/node?nodeId=' + node.id">{{node.name}}</a></td>
|
||||
<td><a :href="'/api/node?nodeId=' + node.id">{{node.name}}</a>
|
||||
<grey-label v-if="node.isPrimary">主节点</grey-label>
|
||||
</td>
|
||||
<td>
|
||||
<div v-if="node.accessAddrs != null && node.accessAddrs.length > 0">
|
||||
<div v-for="addr in node.accessAddrs">
|
||||
|
||||
Reference in New Issue
Block a user