From 692e7e3a6e3f54144492e3ef5c569028742eee55 Mon Sep 17 00:00:00 2001 From: kqjy Date: Mon, 5 Jan 2026 23:27:42 +0800 Subject: [PATCH] Further fix on text overflow in failed replications table --- templates/bucket_detail.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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}