Unverified Commit e53a2e81 authored by Elf's avatar Elf Committed by GitHub
Browse files

fix: cluster info navitation (#21)

parent ee6b20a6
Showing with 4 additions and 0 deletions
+4 -0
......@@ -30,6 +30,10 @@ var (
toNavigation,
nextCyclicView,
},
OnFocus: func(gui *guilib.Gui, view *guilib.View) error {
gui.ReRenderViews(navigationViewName, detailViewName)
return nil
},
}
Deployment = &guilib.View{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment