summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linuxstatus/draw.go2
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")