Merge pull request #2832 from loganhz/time

Fix cluster created time issue
This commit is contained in:
Westly Wright 2019-04-01 10:01:14 -07:00 committed by GitHub
commit 018f3c20d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>