mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
Merge remote-tracking branch 'remotes/stokito/uptime'
This commit is contained in:
@@ -71,6 +71,11 @@ var defaultColumns = []Column{
|
||||
Label: "Container PID Count",
|
||||
Enabled: true,
|
||||
},
|
||||
Column{
|
||||
Name: "uptime",
|
||||
Label: "Running uptime duration",
|
||||
Enabled: true,
|
||||
},
|
||||
}
|
||||
|
||||
type Column struct {
|
||||
|
||||
Reference in New Issue
Block a user