mirror of https://github.com/rancher/ui.git
Pod created time in workload detail
https://github.com/rancher/rancher/issues/15761
This commit is contained in:
parent
8bbeb11803
commit
149d7c2ee8
|
|
@ -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)}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue