mirror of https://github.com/aredn/aredn.git
Super Mesh -> Cloud Mesh (#957)
This commit is contained in:
parent
63788ec9b1
commit
207bbf46e5
|
@ -515,7 +515,7 @@ if nixio.fs.stat("/tmp/dnsmasq.d/supernode.conf") then
|
||||||
local ip = read_all("/tmp/dnsmasq.d/supernode.conf"):match("^#(%S+)")
|
local ip = read_all("/tmp/dnsmasq.d/supernode.conf"):match("^#(%S+)")
|
||||||
if ip then
|
if ip then
|
||||||
html.print(" ")
|
html.print(" ")
|
||||||
html.print("<a target=_blank href='http://" .. ip .. "/cgi-bin/mesh'><button type=button title='See what is on the whole AREDN mesh'>Super Mesh</button></a>")
|
html.print("<a target=_blank href='http://" .. ip .. "/cgi-bin/mesh'><button type=button title='See what is on the whole AREDN mesh'>Cloud Mesh</button></a>")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
html.print(" ")
|
html.print(" ")
|
||||||
|
|
Loading…
Reference in New Issue