From 944e55eebe12eb96e256cbba981cc67e75d0bcac Mon Sep 17 00:00:00 2001 From: Steve <69524416+ab7pa@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:16:27 -0700 Subject: [PATCH] change mesh RF label to mesh (#967) --- files/www/cgi-bin/status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/www/cgi-bin/status b/files/www/cgi-bin/status index 95f4c535..dcee4e8f 100755 --- a/files/www/cgi-bin/status +++ b/files/www/cgi-bin/status @@ -319,7 +319,7 @@ else col1[#col1 + 1] = "primary address:" .. ip .. " / " .. cidr .. "
" else wifi_gw = get_default_gw("wifi") - col1[#col1 + 1] = "mesh RF address:
mesh gateway:
gateway node:
SSID:
channel:
channel width:" .. ip .. " / " .. cidr .. "
" .. wifi_gw .. "
" .. mesh_ip_to_hostnames(wifi_gw) .. "
" .. wifi_ssid .. "
" .. wifi_channel .. "
" .. wifi_chanbw .. " MHz" + col1[#col1 + 1] = "mesh address:
mesh gateway:
gateway node:
SSID:
channel:
channel width:" .. ip .. " / " .. cidr .. "
" .. wifi_gw .. "
" .. mesh_ip_to_hostnames(wifi_gw) .. "
" .. wifi_ssid .. "
" .. wifi_channel .. "
" .. wifi_chanbw .. " MHz" end end