gluon-status-page: add mesh protocol to status-page

This commit is contained in:
aiyion.prime 2021-05-06 16:13:02 +02:00
parent 4cd644a7a8
commit 77a6b9a947
4 changed files with 16 additions and 0 deletions

View File

@ -136,6 +136,15 @@
string.format(' (%s)', nodeinfo.software.autoupdater.branch)
%></dd>
<%- end %>
<% if nodeinfo.software.babeld or nodeinfo.software['batman-adv'] then -%>
<dt><%:Mesh protocol%></dt>
<% if nodeinfo.software.babeld then -%>
<dd>babel <%| nodeinfo.software.babeld.version %></dd>
<%- end %>
<% if nodeinfo.software['batman-adv'] then -%>
<dd>batman-adv <%| nodeinfo.software['batman-adv'].version %> (compat<%| nodeinfo.software['batman-adv'].compat %>)</dd>
<%- end %>
<%- end %>
</dl>
</div>
<div class="frame">

View File

@ -70,6 +70,9 @@ msgstr "Systemlast"
msgid "Location"
msgstr "Position"
msgid "Mesh protocol"
msgstr "Mesh-Protokoll"
msgid "Mesh VPN"
msgstr "Mesh-VPN"

View File

@ -61,6 +61,9 @@ msgstr ""
msgid "Location"
msgstr ""
msgid "Mesh protocol"
msgstr ""
msgid "Mesh VPN"
msgstr ""

View File

@ -28,6 +28,7 @@ if we ever add Russion to gluon-web, the following strings can be reused:
"Packets/s": "Пакетов/c",
"Statistic": "Статистика",
"Traffic": "Трафик",
"Mesh protocol": "Ячеистый протокол"
"Neighbors": "Соседи",
"Firmware": "Прошивка",
"Branch": "Ветка"