gluon-status-page: fix if firmware is not multidomain
This commit is contained in:
parent
c2ec72658f
commit
98d9a22e23
@ -116,7 +116,9 @@
|
||||
<% if nodeinfo.software.fastd then -%>
|
||||
<dt><%:Mesh VPN%></dt><dd><%| enabled(nodeinfo.software.fastd.enabled) %></dd>
|
||||
<%- end %>
|
||||
<dt><%:Domain%></dt><dd><%| site.domain_names[nodeinfo.system.domain_code]() %></dd>
|
||||
<% if nodeinfo.system.domain_code then -%>
|
||||
<dt><%:Domain%></dt><dd><%| site.domain_names[nodeinfo.system.domain_code]() %></dd>
|
||||
<%- end %>
|
||||
<dt><%:Site%></dt><dd><%| site.site_name() %></dd>
|
||||
<% if nodeinfo.software.autoupdater then -%>
|
||||
<dt><%:Automatic updates%></dt><dd><%| enabled(nodeinfo.software.autoupdater.enabled) %><%|
|
||||
|
Loading…
Reference in New Issue
Block a user