Ip -> IP [very minor / questionable]

This commit is contained in:
Carlo Piovesan 2022-09-30 11:10:28 +02:00
parent 2eb47a3b11
commit 2c0f0bd894

View file

@ -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,