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

Commit

Permalink
Fix cert dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagis Tselentis committed Aug 22, 2018
1 parent 06dce6d commit aac1bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app/certificates/certificates.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{{sni}}
</span>
</td>
<td>{{moment(item.created_at).format("MMM DD YYYY @HH:mm")}}</td>
<td>{{moment(item.created_at * 1000).format("MMM DD YYYY @HH:mm")}}</td>
<td ng-if="user.hasPermission($state.name.split('.')[0],'update')">
<button type="button" ng-click="openUploadCertsModal(item)" class="btn btn-primary btn-link">
<i class="mdi mdi-information-outline"></i>
Expand Down

0 comments on commit aac1bd9

Please sign in to comment.