mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
gui: delete comment
This commit is contained in:
parent
cfd4b7a1cc
commit
2763336f49
1 changed files with 0 additions and 10 deletions
|
|
@ -149,16 +149,6 @@ func NewGui(log *logrus.Entry, dockerCommand *commands.DockerCommand, oSCommand
|
||||||
PreviousViews: stack.New(),
|
PreviousViews: stack.New(),
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
// debugging PreviousViews
|
|
||||||
go func() {
|
|
||||||
for {
|
|
||||||
<-time.After(time.Second * 2)
|
|
||||||
log.Println("HERE", initialState.PreviousViews.Len())
|
|
||||||
}
|
|
||||||
}()
|
|
||||||
*/
|
|
||||||
|
|
||||||
cyclableViews := []string{"project", "containers", "images", "volumes"}
|
cyclableViews := []string{"project", "containers", "images", "volumes"}
|
||||||
if dockerCommand.InDockerComposeProject {
|
if dockerCommand.InDockerComposeProject {
|
||||||
cyclableViews = []string{"project", "services", "containers", "images", "volumes"}
|
cyclableViews = []string{"project", "services", "containers", "images", "volumes"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue