mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
yellow ports in container panel for consistency
This commit is contained in:
parent
d964c59df0
commit
0bdd0e0539
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ func (gui *Gui) getContainersPanel() *SideListPanel[*commands.Container] {
|
||||||
container.Name,
|
container.Name,
|
||||||
container.GetDisplayCPUPerc(),
|
container.GetDisplayCPUPerc(),
|
||||||
utils.ColoredString(image, color.FgMagenta),
|
utils.ColoredString(image, color.FgMagenta),
|
||||||
container.DisplayPorts(),
|
utils.ColoredString(container.DisplayPorts(), color.FgYellow),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue