mirror of https://github.com/rancher/ui.git
Merge pull request #2832 from loganhz/time
Fix cluster created time issue
This commit is contained in:
commit
018f3c20d1
|
|
@ -34,6 +34,6 @@
|
|||
|
||||
<div class="vertical-middle">
|
||||
<label class="acc-label vertical-middle p-0">{{t 'generic.created'}}:</label>
|
||||
<span>{{date-calendar model.cluster.created}}</span>
|
||||
<span>{{date-calendar cluster.created}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue