This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
node does not have name, only fqdn
pull/1/head
Jonathan Cobb
5 years ago
parent
1ad306cdb3
commit
a162bffedf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.n
ame
}}</td>
<td>{{node.
fqd
n}}</td>
<td nowrap="nowrap">{{node.region}}</td>
<td>{{node.ip4}}</td>
<td>{{node.ip6}}</td>
Write
Preview
Loading…
Cancel
Save