gluon-status-page: show primary_domain
This commit is contained in:
parent
b9c1a026b1
commit
14481851f6
@ -118,7 +118,13 @@
|
|||||||
<%- 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 -%>
|
||||||
<dt><%:Domain%></dt><dd><%| site.domain_names[nodeinfo.system.domain_code]() %></dd>
|
<dt><%:Domain%></dt>
|
||||||
|
<dd>
|
||||||
|
<%| site.domain_names[nodeinfo.system.domain_code]() %>
|
||||||
|
<% if nodeinfo.system.domain_code ~= nodeinfo.system.primary_domain_code then %>
|
||||||
|
(<%| site.domain_names[nodeinfo.system.primary_domain_code]() %>)
|
||||||
|
<%- end %>
|
||||||
|
</dd>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
<% if nodeinfo.software.autoupdater then -%>
|
<% if nodeinfo.software.autoupdater then -%>
|
||||||
<dt><%:Automatic updates%></dt><dd><%| enabled(nodeinfo.software.autoupdater.enabled) %><%|
|
<dt><%:Automatic updates%></dt><dd><%| enabled(nodeinfo.software.autoupdater.enabled) %><%|
|
||||||
|
Loading…
Reference in New Issue
Block a user