parent
5a218aa810
commit
d0fe8be370
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue