mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add created meta field to expanded view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user