gluon-status-page: add role to status-page
This commit is contained in:
parent
2e6752074f
commit
b6ec181c80
@ -126,6 +126,9 @@
|
|||||||
<%- end %>
|
<%- end %>
|
||||||
</dd>
|
</dd>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
<% if nodeinfo.system.role then -%>
|
||||||
|
<dt><%:Role%></dt><dd><%| nodeinfo.system.role %></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
|
||||||
|
@ -97,6 +97,9 @@ msgstr "RAM"
|
|||||||
msgid "Received"
|
msgid "Received"
|
||||||
msgstr "Empfangen"
|
msgstr "Empfangen"
|
||||||
|
|
||||||
|
msgid "Role"
|
||||||
|
msgstr "Rolle"
|
||||||
|
|
||||||
msgid "Site"
|
msgid "Site"
|
||||||
msgstr "Site"
|
msgstr "Site"
|
||||||
|
|
||||||
|
@ -88,6 +88,9 @@ msgstr ""
|
|||||||
msgid "Received"
|
msgid "Received"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Role"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Site"
|
msgid "Site"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ if we ever add Russion to gluon-web, the following strings can be reused:
|
|||||||
"Clients": "Клиенты",
|
"Clients": "Клиенты",
|
||||||
"Transmitted": "Передано",
|
"Transmitted": "Передано",
|
||||||
"Received": "Получено",
|
"Received": "Получено",
|
||||||
|
"Role": "Роль",
|
||||||
"Forwarded": "Переправленно",
|
"Forwarded": "Переправленно",
|
||||||
"Day": "День",
|
"Day": "День",
|
||||||
"Days": "Дней",
|
"Days": "Дней",
|
||||||
|
Loading…
Reference in New Issue
Block a user