gluon-status-page: show current domain name

This commit is contained in:
lemoer 2017-10-28 17:05:53 +02:00
parent 88a9a974ff
commit 33765c7334

View File

@ -53,6 +53,7 @@ define(["lib/helper"], function (Helper) {
dlEntry(list, nodeInfo, "software.fastd.enabled", Helper._("Mesh VPN"), enabledDisabled)
dlEntry(list, nodeInfo, "software.autoupdater.enabled", Helper._("Automatic updates"), enabledDisabled)
dlEntry(list, nodeInfo, "software.autoupdater.branch", Helper._("Branch"))
dlEntry(list, nodeInfo, "system.domain_code", Helper._("Domain"))
el.appendChild(list)
}