gluon-status-page: show primary_domain

This commit is contained in:
lemoer 2020-05-16 18:25:07 +02:00
parent 5b8ea15911
commit 7313d66d9e
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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"

View File

@ -31,6 +31,9 @@ msgstr ""
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
msgid "Primary Domain"
msgstr ""
msgid "Error" msgid "Error"
msgstr "" msgstr ""