From 0e5294d1fa14bf5ef0810a33af868e57eec882e5 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Fri, 6 Feb 2026 11:35:13 +0100 Subject: [PATCH] Add collapsible text functionality to Overall remark and Remark fields Added ellipsis-field class to both "Overall remark" and "Remark" fields in the Run Checks modal. This prevents long text from pushing action buttons (like Autotask ticket creation) out of view. Users can click the field to expand/collapse the full text. Co-Authored-By: Claude Sonnet 4.5 --- containers/backupchecks/src/templates/main/run_checks.html | 4 ++-- docs/changelog-claude.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/containers/backupchecks/src/templates/main/run_checks.html b/containers/backupchecks/src/templates/main/run_checks.html index 3bf8810..2e9ecfe 100644 --- a/containers/backupchecks/src/templates/main/run_checks.html +++ b/containers/backupchecks/src/templates/main/run_checks.html @@ -204,10 +204,10 @@
Overall remark
-
+
Remark
-
+
Meldingen
diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md index 220d83e..9e04658 100644 --- a/docs/changelog-claude.md +++ b/docs/changelog-claude.md @@ -6,6 +6,7 @@ This file documents all changes made to this project via Claude Code. ### Changed - Renamed "Refresh" button to "Search" in Link existing Autotask ticket modal for better clarity (the button performs a search operation) +- Added ellipsis-field functionality to "Overall remark" and "Remark" fields in Run Checks modal to prevent long text from hiding action buttons (click to expand/collapse) ## [2026-02-05]