diff options
| author | Jeff Carr <[email protected]> | 2024-01-13 21:30:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-13 21:30:52 -0600 |
| commit | 0fcbdca8965cf97c0261b79a6e04e71b729f66b3 (patch) | |
| tree | 8f71eb8117e6779766afad246eda3ab37e75a764 | |
| parent | 9fc2742c6f3500f017e7e4a2da74c16f3c1c31ee (diff) | |
old codev0.12.2
Signed-off-by: Jeff Carr <[email protected]>
| -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") |
