mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 06:40:25 +08:00
优化界面
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tr v-for="node in nodes">
|
||||
<td>{{node.name}}</td>
|
||||
<td><a :href="'/api/node?nodeId=' + node.id">{{node.name}}</a></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