Pod created time in workload detail

https://github.com/rancher/rancher/issues/15761
This commit is contained in:
loganhz 2018-11-13 19:19:41 +08:00
parent 8bbeb11803
commit 149d7c2ee8
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@
<a href="{{href-to "container" inst.id}}">{{inst.displayName}}</a>
</td>
<td data-title="{{dt.displayImage}}">
{{inst.displayImage}}
<small>{{inst.displayImage}}</small>
<p data-title="{{t 'generic.details'}}" class="text-small text-muted m-0 clip">
{{t 'generic.createdDate' date=(date-from-now inst.created) htmlSafe=true}}
</p>
</td>
<td data-title="{{dt.node}}">
{{#if (and inst.node.id inst.node.clusterId)}}