diff --git a/bmx6-luci/files/usr/lib/lua/luci/view/bmx6/status_j.htm b/bmx6-luci/files/usr/lib/lua/luci/view/bmx6/status_j.htm index 5a4ca6a..5e51f09 100644 --- a/bmx6-luci/files/usr/lib/lua/luci/view/bmx6/status_j.htm +++ b/bmx6-luci/files/usr/lib/lua/luci/view/bmx6/status_j.htm @@ -91,7 +91,7 @@ Visit bmx6.net for more info. var res = Array(); var sta = st.status; - res.push([sta.version,sta.compatibility,sta.codeVersion,sta.globalId,sta.primaryIp,sta.tun6Address, + res.push([sta.version,sta.compat,sta.revision,sta.globalId,sta.primaryIp,sta.tun6Address, sta.tun4Address,sta.myLocalId,sta.uptime,sta.cpu,sta.nodes]); return res; });