We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d6049 commit d0c3c80Copy full SHA for d0c3c80
pkg/cmd/monitor_cluster.go
@@ -25,7 +25,7 @@ import (
25
const (
26
defaultLayoutName = "default"
27
pressAdditional = "(press key in [] to toggle expand, ? = help)"
28
- pressAdditionalReset = "(press key in [] ESC to exit expand)"
+ pressAdditionalReset = "(press key in [] or ESC to exit expand)"
29
noContent = " No Content"
30
errorContent = "Unable to retrieve data"
31
unableToFindPanel = "unable to find panel [%v], use --help or --show-panels to see all options"
0 commit comments