mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
add created meta field to expanded view
This commit is contained in:
parent
bdea7d5853
commit
8a1297d3c5
@ -6,7 +6,7 @@ import (
|
||||
ui "github.com/gizak/termui"
|
||||
)
|
||||
|
||||
var displayInfo = []string{"id", "name", "image", "ports", "state"}
|
||||
var displayInfo = []string{"id", "name", "image", "ports", "state", "created"}
|
||||
|
||||
type Info struct {
|
||||
*ui.Table
|
||||
|
Loading…
Reference in New Issue
Block a user