mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
didn't need it
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
601f178b0d
commit
ea2fe23317
1 changed files with 1 additions and 2 deletions
|
|
@ -192,11 +192,10 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
||||||
v.FgColor = gocui.ColorDefault
|
v.FgColor = gocui.ColorDefault
|
||||||
}
|
}
|
||||||
|
|
||||||
var servicesView *gocui.View
|
|
||||||
aboveContainersView := "project"
|
aboveContainersView := "project"
|
||||||
if showServicesPanel {
|
if showServicesPanel {
|
||||||
aboveContainersView = "services"
|
aboveContainersView = "services"
|
||||||
servicesView, err = g.SetViewBeneath("services", "project", vHeights["services"])
|
servicesView, err := g.SetViewBeneath("services", "project", vHeights["services"])
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if err.Error() != "unknown view" {
|
if err.Error() != "unknown view" {
|
||||||
return err
|
return err
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue