Ip -> IP [very minor / questionable]
This commit is contained in:
parent
2eb47a3b11
commit
2c0f0bd894
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
const netmapUpdateCb = (map) => {
|
const netmapUpdateCb = (map) => {
|
||||||
const ip = map.self.addresses[0];
|
const ip = map.self.addresses[0];
|
||||||
const status = document.getElementById("networkStatus");
|
const status = document.getElementById("networkStatus");
|
||||||
status.innerHTML = "Ip: "+ip;
|
status.innerHTML = "IP: "+ip;
|
||||||
};
|
};
|
||||||
const { listen, connect, bind, up } = await autoConf({
|
const { listen, connect, bind, up } = await autoConf({
|
||||||
loginUrlCb,
|
loginUrlCb,
|
||||||
|
|
Loading…
Reference in a new issue