Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
16c5c641
Unverified
Commit
16c5c641
authored
3 years ago
by
David Bauer
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2220 from AiyionPrime/status_page_vpn_protocol
gluon-status-page: vpn protocol
parents
ece75b98
b5399783
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
+8
-2
8 additions, 2 deletions
...us-page/files/lib/gluon/status-page/view/status-page.html
with
8 additions
and
2 deletions
package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
+
8
−
2
View file @
16c5c641
...
...
@@ -114,8 +114,14 @@
<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><
%
:Firmware
%
></dt><dd><
%|
nodeinfo.software.firmware.release
%
></dd>
<
%
if
nodeinfo.software.fastd
then
-
%
>
<dt><
%
:Mesh
VPN
%
></dt><dd><
%|
enabled
(
nodeinfo.software.fastd.enabled
)
%
></dd>
<
%
if
nodeinfo.network.mesh_vpn
then
-
%
>
<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
%
>
<dt><
%
:Site
%
></dt><dd><
%|
site.site_name
()
%
></dd>
<
%
if
nodeinfo.system.domain_code
then
-
%
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment