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 @@
- +
- - - - - + + + + + @@ -5164,11 +5164,11 @@ if (!failuresBody) return; failuresBody.innerHTML = failures.map(f => ` - -
Object KeyErrorLast AttemptAttemptsActionsObject KeyErrorLast AttemptAttemptsActions
- ${escapeHtml(f.object_key)} + + ${escapeHtml(f.object_key)} - ${escapeHtml(f.error_message.length > 60 ? f.error_message.substring(0, 60) + '...' : f.error_message)} + + ${escapeHtml(f.error_message)} ${new Date(f.timestamp * 1000).toLocaleString()} ${f.failure_count}