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 -%>
|
<% 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]() %></dd>
|
||||||
<%- end %>
|
<%- 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 -%>
|
<% 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) %><%|
|
||||||
nodeinfo.software.autoupdater.enabled and
|
nodeinfo.software.autoupdater.enabled and
|
||||||
|
@ -40,6 +40,9 @@ msgstr "Entfernung"
|
|||||||
msgid "Domain"
|
msgid "Domain"
|
||||||
msgstr "Domäne"
|
msgstr "Domäne"
|
||||||
|
|
||||||
|
msgid "Primary Domain"
|
||||||
|
msgstr "Primäre Domäne"
|
||||||
|
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Fehler"
|
msgstr "Fehler"
|
||||||
|
|
||||||
|
@ -31,6 +31,9 @@ msgstr ""
|
|||||||
msgid "Domain"
|
msgid "Domain"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Primary Domain"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user