Browse Source

node does not have name, only fqdn

pull/1/head
Jonathan Cobb 5 years ago
parent
commit
a162bffedf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/account/NetworkPage.vue

+ 1
- 1
src/account/NetworkPage.vue View File

@@ -33,7 +33,7 @@
</thead>
<tbody>
<tr v-for="node in networkNodes">
<td>{{node.name}}</td>
<td>{{node.fqdn}}</td>
<td nowrap="nowrap">{{node.region}}</td>
<td>{{node.ip4}}</td>
<td>{{node.ip6}}</td>


Loading…
Cancel
Save