Explorar o código

auto update script executed

Toby Chui hai 1 ano
pai
achega
85a250ead2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/components/networktools.html

+ 1 - 1
web/components/networktools.html

@@ -238,7 +238,7 @@ function renderNICInfo(){
             id.textContent = item.ID;
             var ips = document.createElement("td");
             if (item.IPs == null){
-                ips.innerHTML = item.IPs.join("Down");
+                ips.innerHTML = "Network Down";
             }else{
                 ips.innerHTML = item.IPs.join("<br>");
             }