summaryrefslogtreecommitdiff
path: root/linuxstatus
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-13 21:30:52 -0600
committerJeff Carr <[email protected]>2024-01-13 21:30:52 -0600
commitd0fe8be3709f170bdc2858708d6eaa6b7e4bf9de (patch)
treefe4fbc85a193de5f575d4b2bd10a1ca6d15f01e7 /linuxstatus
parent5a218aa81025b49a7b98d3ba7605e4677d2931c9 (diff)
old code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus')
-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")