Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit aac1bd9

Browse files
author
Panagis Tselentis
committed
Fix cert dates
1 parent 06dce6d commit aac1bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app/certificates/certificates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{{sni}}
5555
</span>
5656
</td>
57-
<td>{{moment(item.created_at).format("MMM DD YYYY @HH:mm")}}</td>
57+
<td>{{moment(item.created_at * 1000).format("MMM DD YYYY @HH:mm")}}</td>
5858
<td ng-if="user.hasPermission($state.name.split('.')[0],'update')">
5959
<button type="button" ng-click="openUploadCertsModal(item)" class="btn btn-primary btn-link">
6060
<i class="mdi mdi-information-outline"></i>

0 commit comments

Comments
 (0)