add created meta field to expanded view

This commit is contained in:
Bradley Cicenas 2017-06-10 13:46:54 +00:00
parent bdea7d5853
commit 8a1297d3c5

View File

@ -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