mirror of https://github.com/aredn/aredn.git
update wg tun sv NET label (#1255)
This commit is contained in:
parent
a6d4a3f418
commit
55665a42a4
|
@ -696,7 +696,7 @@ end
|
||||||
html.print("<tr><th colspan=6></th></tr>")
|
html.print("<tr><th colspan=6></th></tr>")
|
||||||
html.print("<tr><th colspan=6 style='padding: 30px 0 0 0'>Allow the following clients to connect to this Wireguard server:</th></tr>")
|
html.print("<tr><th colspan=6 style='padding: 30px 0 0 0'>Allow the following clients to connect to this Wireguard server:</th></tr>")
|
||||||
html.print("<tr><th colspan=6><hr></th></tr>")
|
html.print("<tr><th colspan=6><hr></th></tr>")
|
||||||
html.print("<tr><th>Enabled?</th><th>Client</th><th>Key</th><th>Client</th><th>Active </td><th>Action</th></tr>")
|
html.print("<tr><th>Enabled?</th><th>Client</th><th>Key</th><th>Net</th><th>Active </td><th>Action</th></tr>")
|
||||||
|
|
||||||
local keys = { "enabled", "name", "contact", "key" }
|
local keys = { "enabled", "name", "contact", "key" }
|
||||||
local cnum = 0
|
local cnum = 0
|
||||||
|
|
Loading…
Reference in New Issue