From 05eaa1f2c62421ee4d420fcaf09f4861e8bbe89e Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 7 Oct 2025 21:33:49 +0000 Subject: [PATCH] Remove redundant header from thresholds table - Parent tab already has 'Alert Thresholds' title and description - Avoid repeating the same messaging twice --- .../src/components/Alerts/ThresholdsTable.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/frontend-modern/src/components/Alerts/ThresholdsTable.tsx b/frontend-modern/src/components/Alerts/ThresholdsTable.tsx index a48dbddc7..f96572126 100644 --- a/frontend-modern/src/components/Alerts/ThresholdsTable.tsx +++ b/frontend-modern/src/components/Alerts/ThresholdsTable.tsx @@ -1190,16 +1190,6 @@ const dockerContainersGroupedByHost = createMemo>((pr return (
- {/* Page Header */} -
-

- Alert thresholds -

-

- Set custom alert thresholds for each resource or use global defaults -

-
- {/* Search Bar */}