mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
test
This commit is contained in:
parent
e3da07d0b2
commit
55894b4a5e
1 changed files with 0 additions and 8 deletions
|
|
@ -173,8 +173,6 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||
servicesView.Highlight = true
|
||||
servicesView.Title = gui.Tr.ServicesTitle
|
||||
servicesView.FgColor = gocui.ColorWhite
|
||||
|
||||
gui.focusPoint(0, gui.State.Panels.Services.SelectedLine, len(gui.DockerCommand.Services), servicesView)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -190,8 +188,6 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||
containersView.Title = gui.Tr.StandaloneContainersTitle
|
||||
}
|
||||
containersView.FgColor = gocui.ColorWhite
|
||||
|
||||
gui.focusPoint(0, gui.State.Panels.Containers.SelectedLine, len(gui.DockerCommand.Containers), containersView)
|
||||
}
|
||||
|
||||
imagesView, err := g.SetViewBeneath("images", "containers", vHeights["images"])
|
||||
|
|
@ -202,8 +198,6 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||
imagesView.Highlight = true
|
||||
imagesView.Title = gui.Tr.ImagesTitle
|
||||
imagesView.FgColor = gocui.ColorWhite
|
||||
|
||||
gui.focusPoint(0, gui.State.Panels.Images.SelectedLine, len(gui.DockerCommand.Images), imagesView)
|
||||
}
|
||||
|
||||
volumesView, err := g.SetViewBeneath("volumes", "images", vHeights["volumes"])
|
||||
|
|
@ -214,8 +208,6 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||
volumesView.Highlight = true
|
||||
volumesView.Title = gui.Tr.VolumesTitle
|
||||
volumesView.FgColor = gocui.ColorWhite
|
||||
|
||||
gui.focusPoint(0, gui.State.Panels.Images.SelectedLine, len(gui.DockerCommand.Images), volumesView)
|
||||
}
|
||||
|
||||
if v, err := g.SetView("options", appStatusOptionsBoundary-1, height-2, optionsVersionBoundary-1, height, 0); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue