diff --git a/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html b/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html index 83a82ef8..a2ca8aa9 100644 --- a/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html +++ b/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html @@ -120,6 +120,9 @@ <% if nodeinfo.system.domain_code then -%>
<%:Domain%>
<%| site.domain_names[nodeinfo.system.domain_code]() %>
<%- end %> + <% if nodeinfo.system.primary_domain_code then -%> +
<%:Primary Domain%>
<%| site.domain_names[nodeinfo.system.primary_domain_code]() %>
+ <%- end %> <% if nodeinfo.software.autoupdater then -%>
<%:Automatic updates%>
<%| enabled(nodeinfo.software.autoupdater.enabled) %><%| nodeinfo.software.autoupdater.enabled and diff --git a/package/gluon-status-page/i18n/de.po b/package/gluon-status-page/i18n/de.po index 5caebfde..baad3934 100644 --- a/package/gluon-status-page/i18n/de.po +++ b/package/gluon-status-page/i18n/de.po @@ -40,6 +40,9 @@ msgstr "Entfernung" msgid "Domain" msgstr "Domäne" +msgid "Primary Domain" +msgstr "Primäre Domäne" + msgid "Error" msgstr "Fehler" diff --git a/package/gluon-status-page/i18n/gluon-status-page.pot b/package/gluon-status-page/i18n/gluon-status-page.pot index e471e878..0660e3b8 100644 --- a/package/gluon-status-page/i18n/gluon-status-page.pot +++ b/package/gluon-status-page/i18n/gluon-status-page.pot @@ -31,6 +31,9 @@ msgstr "" msgid "Domain" msgstr "" +msgid "Primary Domain" +msgstr "" + msgid "Error" msgstr ""