mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
Columns settings: add hint for re-order columns
This commit is contained in:
2
menus.go
2
menus.go
@@ -130,7 +130,7 @@ func ColumnsMenu() MenuFn {
|
|||||||
m.Selectable = true
|
m.Selectable = true
|
||||||
m.SortItems = false
|
m.SortItems = false
|
||||||
m.BorderLabel = "Columns"
|
m.BorderLabel = "Columns"
|
||||||
//m.SubText = "Enabled Columns"
|
m.SubText = "Re-order: <Page Up> / <Page Down>"
|
||||||
|
|
||||||
rebuild := func() {
|
rebuild := func() {
|
||||||
// get padding for right alignment of enabled status
|
// get padding for right alignment of enabled status
|
||||||
|
|||||||
Reference in New Issue
Block a user