Skip to content

Commit

Permalink
πŸ– style: show webhook delivery time with seconds (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleteLater committed Dec 28, 2023
1 parent 5341428 commit 3c5a948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<td>
<span>{{item.events}}</span>
</td>
<td>{{item.startedAt | date: 'YYYY/MM/dd HH:mm'}}</td>
<td>{{item.startedAt | date: 'YYYY/MM/dd HH:mm:ss'}}</td>
</tr>
<tr [nzExpand]="isRowExpanded(item.id)">
<webhook-delivery [delivery]="item"></webhook-delivery>
Expand Down

0 comments on commit 3c5a948

Please sign in to comment.