diff --git a/files/www/cgi-bin/status b/files/www/cgi-bin/status index 98ec28f1..70ab31a3 100755 --- a/files/www/cgi-bin/status +++ b/files/www/cgi-bin/status @@ -443,6 +443,7 @@ if config == "mesh" and not wifi_disabled then local s, n = get_wifi_signal(wifi_iface) if s == "none" then col2[#col2] = col2[#col2] .. "no RF links" + col2[#col2] = col2[#col2] .. "   " else col2[#col2] = col2[#col2] .. "" .. s .. " | " .. n .. " | " .. math.abs(s - n) .. " dB" col2[#col2] = col2[#col2] .. "   "