diff options
Diffstat (limited to 'linuxstatus/draw.go')
| -rw-r--r-- | linuxstatus/draw.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linuxstatus/draw.go b/linuxstatus/draw.go index 6b7d6bd..1d5e591 100644 --- a/linuxstatus/draw.go +++ b/linuxstatus/draw.go @@ -13,8 +13,6 @@ func draw(ls *LinuxStatus) { ls.grid = ls.group.NewGrid("gridnuts", 2, 2) - ls.grid.SetNext(1,1) - ls.hostnameStatus = gadgets.NewOneLiner(ls.grid, "status") ls.hostname = gadgets.NewOneLiner(ls.grid, "hostname -f") ls.hostshort = gadgets.NewOneLiner(ls.grid, "hostname -s") |
