diff --git a/files/www/cgi-bin/setup b/files/www/cgi-bin/setup index d864efe2..e75416f5 100755 --- a/files/www/cgi-bin/setup +++ b/files/www/cgi-bin/setup @@ -1020,7 +1020,7 @@ html.print([[ Node Name Password - + ]]) html.print([[ @@ -1031,7 +1031,7 @@ html.print([[ hidden[#hidden + 1] = "" html.print([[ Verify Password - + @@ -1268,7 +1268,7 @@ if (phycount > 1 and (wifi_enable ~= "1" or wifi3_enable ~= "1")) or (phycount = html.print("EncryptionPassword") + html.print("Password") else hidden[#hidden + 1] = "" hidden[#hidden + 1] = "" @@ -1349,7 +1349,7 @@ if (phycount > 1 and (wifi_enable ~= "1" or wifi2_enable ~= "1")) or (phycount = end html.print("SSID") - html.print("Password") + html.print("Password") else hidden[#hidden + 1] = "" hidden[#hidden + 1] = "" @@ -1395,6 +1395,36 @@ do end html.print("") +html.print([[ +]]) html.footer() html.print("") http_footer() diff --git a/files/www/viz.png b/files/www/viz.png new file mode 100644 index 00000000..f9ccd37c Binary files /dev/null and b/files/www/viz.png differ