mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
add support for multiple containers in cli
This commit is contained in:
parent
ed4fd26b94
commit
2a09ccc4a6
@ -18,7 +18,7 @@ type Widgets struct {
|
||||
func NewWidgets(id string) *Widgets {
|
||||
cid := ui.NewPar(id)
|
||||
cid.Border = false
|
||||
cid.Height = 2
|
||||
cid.Height = 1
|
||||
cid.Width = 10
|
||||
cid.TextFgColor = ui.ColorWhite
|
||||
return &Widgets{cid, mkGauge(), mkGauge()}
|
||||
|
Loading…
Reference in New Issue
Block a user