Timestamp component

This commit is contained in:
softsimon
2022-07-01 18:06:48 +02:00
parent d88e7aea1f
commit 0a15b5d0de
7 changed files with 37 additions and 8 deletions

View File

@@ -43,13 +43,13 @@
<tr>
<td i18n="address.total-received">First seen</td>
<td>
<app-time-since [dateString]="node.first_seen"></app-time-since>
<app-timestamp [dateString]="node.first_seen"></app-timestamp>
</td>
</tr>
<tr>
<td i18n="address.total-sent">Last update</td>
<td>
<app-time-since [dateString]="node.updated_at"></app-time-since>
<app-timestamp [dateString]="node.updated_at"></app-timestamp>
</td>
</tr>
<tr>