Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
firmware
FFS Gluon
Commits
16c5c641
Unverified
Commit
16c5c641
authored
Jun 06, 2021
by
David Bauer
Committed by
GitHub
Jun 06, 2021
Browse files
Merge pull request #2220 from AiyionPrime/status_page_vpn_protocol
gluon-status-page: vpn protocol
parents
ece75b98
b5399783
Changes
1
Hide whitespace changes
Inline
Side-by-side
package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
View file @
16c5c641
...
@@ -114,8 +114,14 @@
...
@@ -114,8 +114,14 @@
<dt><
%
:Primary
MAC
address
%
></dt><dd><
%|
nodeinfo.network.mac
%
></dd>
<dt><
%
:Primary
MAC
address
%
></dt><dd><
%|
nodeinfo.network.mac
%
></dd>
<dt><
%
:IP
address
%
></dt><dd><
%=
pcdata
(
table.concat
(
sorted
(
nodeinfo.network.addresses
),
'\
n
'))
:gsub
('\
n
',
'<
br
/>
') %>
</dd>
<dt><
%
:IP
address
%
></dt><dd><
%=
pcdata
(
table.concat
(
sorted
(
nodeinfo.network.addresses
),
'\
n
'))
:gsub
('\
n
',
'<
br
/>
') %>
</dd>
<dt><
%
:Firmware
%
></dt><dd><
%|
nodeinfo.software.firmware.release
%
></dd>
<dt><
%
:Firmware
%
></dt><dd><
%|
nodeinfo.software.firmware.release
%
></dd>
<
%
if
nodeinfo.software.fastd
then
-
%
>
<
%
if
nodeinfo.network.mesh_vpn
then
-
%
>
<dt><
%
:Mesh
VPN
%
></dt><dd><
%|
enabled
(
nodeinfo.software.fastd.enabled
)
%
></dd>
<dt><
%
:Mesh
VPN
%
></dt>
<dd>
<
%|
enabled
(
nodeinfo.network.mesh_vpn.enabled
)
%
>
<
%
if
nodeinfo.network.mesh_vpn.provider
then
-
%
>
<br
/><
%|
nodeinfo.network.mesh_vpn.provider
%
>
<
%
-
end
%
>
</dd>
<
%
-
end
%
>
<
%
-
end
%
>
<dt><
%
:Site
%
></dt><dd><
%|
site.site_name
()
%
></dd>
<dt><
%
:Site
%
></dt><dd><
%|
site.site_name
()
%
></dd>
<
%
if
nodeinfo.system.domain_code
then
-
%
>
<
%
if
nodeinfo.system.domain_code
then
-
%
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment