gluon-status-page: show primary_domain
This commit is contained in:
parent
5b8ea15911
commit
7313d66d9e
@ -120,6 +120,9 @@
|
||||
<% if nodeinfo.system.domain_code then -%>
|
||||
<dt><%:Domain%></dt><dd><%| site.domain_names[nodeinfo.system.domain_code]() %></dd>
|
||||
<%- end %>
|
||||
<% if nodeinfo.system.primary_domain_code then -%>
|
||||
<dt><%:Primary Domain%></dt><dd><%| site.domain_names[nodeinfo.system.primary_domain_code]() %></dd>
|
||||
<%- end %>
|
||||
<% if nodeinfo.software.autoupdater then -%>
|
||||
<dt><%:Automatic updates%></dt><dd><%| enabled(nodeinfo.software.autoupdater.enabled) %><%|
|
||||
nodeinfo.software.autoupdater.enabled and
|
||||
|
@ -40,6 +40,9 @@ msgstr "Entfernung"
|
||||
msgid "Domain"
|
||||
msgstr "Domäne"
|
||||
|
||||
msgid "Primary Domain"
|
||||
msgstr "Primäre Domäne"
|
||||
|
||||
msgid "Error"
|
||||
msgstr "Fehler"
|
||||
|
||||
|
@ -31,6 +31,9 @@ msgstr ""
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
msgid "Primary Domain"
|
||||
msgstr ""
|
||||
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user