Skip to content
Snippets Groups Projects
Commit 77a6b9a9 authored by aiyion.prime's avatar aiyion.prime
Browse files

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

parent 4cd644a7
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
......@@ -70,6 +70,9 @@ msgstr "Systemlast"
msgid "Location"
msgstr "Position"
msgid "Mesh protocol"
msgstr "Mesh-Protokoll"
msgid "Mesh VPN"
msgstr "Mesh-VPN"
......
......@@ -61,6 +61,9 @@ msgstr ""
msgid "Location"
msgstr ""
msgid "Mesh protocol"
msgstr ""
msgid "Mesh VPN"
msgstr ""
......
......@@ -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": "Ветка"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment