#135 Add uptime column

This commit is contained in:
Sergey Ponomarev
2020-10-26 16:32:51 +02:00
parent c5038e2edd
commit c984b270db
7 changed files with 42 additions and 5 deletions

View File

@@ -46,6 +46,11 @@ var defaultColumns = []Column{
Label: "Container PID Count",
Enabled: true,
},
Column{
Name: "uptime",
Label: "Running uptime duration",
Enabled: true,
},
}
type Column struct {