Skip to content
Snippets Groups Projects
Commit ca2929a6 authored by Ruben Barkow's avatar Ruben Barkow Committed by Andreas Ziegler
Browse files

gluon-web-admin: add site-commit to info page (#1482)

parent b9ec173f
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
{ _('Hostname'), pretty_hostname.get(uci) }, { _('Hostname'), pretty_hostname.get(uci) },
{ _('MAC address'), sysconfig.primary_mac }, { _('MAC address'), sysconfig.primary_mac },
{ _('Hardware model'), platform.get_model() }, { _('Hardware model'), platform.get_model() },
{ _('Gluon version'), util.trim(util.readfile('/lib/gluon/gluon-version')) }, { _('Gluon version') .. " / " .. _('Site version'), util.trim(util.readfile('/lib/gluon/gluon-version'))
.. " / " .. util.trim(util.readfile('/lib/gluon/site-version')) },
{ _('Firmware release'), util.trim(util.readfile('/lib/gluon/release')) }, { _('Firmware release'), util.trim(util.readfile('/lib/gluon/release')) },
{ _('Site'), site.site_name() }, { _('Site'), site.site_name() },
{ _('Public VPN key'), pubkey }, { _('Public VPN key'), pubkey },
......
...@@ -50,6 +50,9 @@ msgstr "Firmware-Release" ...@@ -50,6 +50,9 @@ msgstr "Firmware-Release"
msgid "Gluon version" msgid "Gluon version"
msgstr "Gluon-Version" msgstr "Gluon-Version"
msgid "Site version"
msgstr "Site-Version"
msgid "Hardware model" msgid "Hardware model"
msgstr "Hardware-Modell" msgstr "Hardware-Modell"
......
...@@ -51,6 +51,9 @@ msgstr "Version de la firmware" ...@@ -51,6 +51,9 @@ msgstr "Version de la firmware"
msgid "Gluon version" msgid "Gluon version"
msgstr "Version de Gluon" msgstr "Version de Gluon"
msgid "Site version"
msgstr "Version de Site"
msgid "Hardware model" msgid "Hardware model"
msgstr "Modèle du Matériel" msgstr "Modèle du Matériel"
......
...@@ -37,6 +37,9 @@ msgstr "" ...@@ -37,6 +37,9 @@ msgstr ""
msgid "Gluon version" msgid "Gluon version"
msgstr "" msgstr ""
msgid "Site version"
msgstr ""
msgid "Hardware model" msgid "Hardware model"
msgstr "" msgstr ""
......
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