Skip to content

Commit

Permalink
gluon-status-page: show current domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoer committed Jan 17, 2018
1 parent 88a9a97 commit 33765c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/gluon-status-page/src/js/lib/gui/nodeinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 33765c7

Please sign in to comment.