Show full domain to users

master
Keith Irwin 2022-11-07 12:26:44 -07:00
parent 96cd03507e
commit 2d9e9997e0
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
[X] Add Loading...
[X] Let users download ssl certs
[X] Replace ns_lookup_rdns with ns_lookup_rxfr where applicable
[X] Display full domain to user peers
[ ] Disable delete button for new peers on dashboard
[ ] Display full domain to user peers
[ ] Prepare config portability
[ ] Let this server route traffic for all hosts
[ ] Show QR code with new config

View File

@ -1,7 +1,7 @@
const API_URL = 'https://wgapi-test-dashboard-backend.ksn.gf4'
function Peer(data) {
this.name = data.domain.split('.')[0]
this.name = data.domain
this.pubkey = data.pubkey
this.ipv4 = data.ipv4
this.ipv6 = data.ipv6