Skip to content

Commit

Permalink
Fix Created_at for Certificates Panel. Fix format too
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Viallatte committed Mar 16, 2018
1 parent 58387e4 commit afcc776
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().format("MMM DD YYYY @h:mm")}}</td>
<td>{{moment(item.created_at).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 afcc776

Please sign in to comment.