diff --git a/cwidgets/expanded/info.go b/cwidgets/expanded/info.go index 909b512..32c534e 100644 --- a/cwidgets/expanded/info.go +++ b/cwidgets/expanded/info.go @@ -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