mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
lower logging, add keybindings to help menu
This commit is contained in:
2
menus.go
2
menus.go
@@ -8,6 +8,8 @@ import (
|
||||
)
|
||||
|
||||
var helpDialog = []menu.Item{
|
||||
menu.Item{"[a] - toggle display of all containers", ""},
|
||||
menu.Item{"[f] - filter displayed containers", ""},
|
||||
menu.Item{"[h] - open this help dialog", ""},
|
||||
menu.Item{"[H] - toggle cTop header", ""},
|
||||
menu.Item{"[s] - select container sort field", ""},
|
||||
|
||||
Reference in New Issue
Block a user