@@ -45,25 +45,27 @@ template:
4545 column :
4646 - { title: '{{ txt "name" }}', width: 0 }
4747 - { title: 'IP', width: 15 }
48+ - { title: '{{ txt "createdAt" }}', width: 19 }
4849 - { title: '{{ txt "status" }}', width: 4 }
4950 - { title: '{{ txt "ready" }}', width: 4 }
50- - { title: '{{ txt "createdAt" }}', width: 19 }
5151 body :
5252 # first cloume must be .Name
5353 - " {{ .Name }}"
5454 - " {{ .Status.PodIP }}"
55+ - " {{ if .Status.StartTime }}{{ FormatTime .Status.StartTime.Time }}{{else}}-{{end}}"
5556 - " {{ PodPhaseView . }}"
5657 - " {{ PodReadyView . }}"
57- - " {{ if .Status.StartTime }}{{ FormatTime .Status.StartTime.Time }}{{else}}-{{end}}"
5858 container :
5959 column :
6060 - { title: '{{ txt "containerName" }}', width: 0 }
6161 - { title: '{{ txt "imageUrl" }}', width: 0 }
62+ - { title: '{{ txt "createdAt" }}', width: 19 }
6263 - { title: '{{ txt "status" }}', width: 4 }
63- - { title: '{{ txt "createdAt " }}', width: 4 }
64+ - { title: '{{ txt "ready " }}', width: 4 }
6465 body :
6566 # first cloume must be .Name
6667 - " {{ .Name }}"
6768 - " {{ .Image }}"
69+ - " {{ if .State.Running }}{{ FormatTime .State.Running.StartedAt.Time }}{{else}}-{{end}}"
6870 - " {{ ContainerStateView . }}"
6971 - " {{ BoolView .Ready }}"
0 commit comments