retry firstseen on error

fixes #5340
This commit is contained in:
softsimon
2024-07-14 20:44:13 +09:00
parent 6177b97bd1
commit 9cba7ccf75
2 changed files with 10 additions and 1 deletions

View File

@@ -481,7 +481,7 @@
<td i18n="transaction.first-seen|Transaction first seen">First seen</td>
<td><i><app-time kind="since" [time]="transactionTime" [fastRender]="true" [showTooltip]="true"></app-time></i></td>
</tr>
} @else {
} @else if (isLoadingFirstSeen) {
<tr>
<td i18n="transaction.first-seen|Transaction first seen">First seen</td>
<td><span class="skeleton-loader"></span></td>