gluon-web-admin: add site-commit to info page (#1482)
This commit is contained in:
parent
b9ec173ffb
commit
ca2929a61f
@ -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"
|
|||||||
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"
|
|||||||
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 ""
|
|||||||
msgid "Gluon version"
|
msgid "Gluon version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Site version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Hardware model"
|
msgid "Hardware model"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user