Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
86d2ed1ced
1 changed files with 1 additions and 1 deletions
  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 = "Network Down";
+                ips.innerHTML = "NOT CONNECTED";
             }else{
                 ips.innerHTML = item.IPs.join("<br>");
             }