diff options
Diffstat (limited to 'linuxstatus/draw.go')
| -rw-r--r-- | linuxstatus/draw.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxstatus/draw.go b/linuxstatus/draw.go index 5d28347..91e0a6a 100644 --- a/linuxstatus/draw.go +++ b/linuxstatus/draw.go @@ -15,7 +15,8 @@ func draw(ls *LinuxStatus) { ls.grid.SetNext(1,1) - ls.fqdn = gadgets.NewOneLiner(ls.grid, "hostname -f") + ls.hostnameStatus = gadgets.NewOneLiner(ls.grid, "status") + ls.hostname = gadgets.NewOneLiner(ls.grid, "hostname -f") ls.hostshort = gadgets.NewOneLiner(ls.grid, "hostname -s") ls.domainname = gadgets.NewOneLiner(ls.grid, "domain name") ls.resolver = gadgets.NewOneLiner(ls.grid, "nameservers =") |
