parent
9fc2742c6f
commit
0fcbdca896
|
@ -13,8 +13,6 @@ func draw(ls *LinuxStatus) {
|
||||||
|
|
||||||
ls.grid = ls.group.NewGrid("gridnuts", 2, 2)
|
ls.grid = ls.group.NewGrid("gridnuts", 2, 2)
|
||||||
|
|
||||||
ls.grid.SetNext(1,1)
|
|
||||||
|
|
||||||
ls.hostnameStatus = gadgets.NewOneLiner(ls.grid, "status")
|
ls.hostnameStatus = gadgets.NewOneLiner(ls.grid, "status")
|
||||||
ls.hostname = gadgets.NewOneLiner(ls.grid, "hostname -f")
|
ls.hostname = gadgets.NewOneLiner(ls.grid, "hostname -f")
|
||||||
ls.hostshort = gadgets.NewOneLiner(ls.grid, "hostname -s")
|
ls.hostshort = gadgets.NewOneLiner(ls.grid, "hostname -s")
|
||||||
|
|
Loading…
Reference in New Issue