diff --git a/templates/bucket_detail.html b/templates/bucket_detail.html index 975b36a..70f3de1 100644 --- a/templates/bucket_detail.html +++ b/templates/bucket_detail.html @@ -1222,14 +1222,14 @@
| Object Key | -Error | -Last Attempt | -Attempts | -Actions | +Object Key | +Error | +Last Attempt | +Attempts | +Actions |
|---|---|---|---|---|---|---|---|---|---|
- ${escapeHtml(f.object_key)}
+ |
- - ${escapeHtml(f.error_message.length > 60 ? f.error_message.substring(0, 60) + '...' : f.error_message)} + | ${new Date(f.timestamp * 1000).toLocaleString()} | ${f.failure_count} |