Remove redundant header from thresholds table

- Parent tab already has 'Alert Thresholds' title and description
- Avoid repeating the same messaging twice
This commit is contained in:
rcourtman
2025-10-07 21:33:49 +00:00
parent 281718fb10
commit 05eaa1f2c6
@@ -1190,16 +1190,6 @@ const dockerContainersGroupedByHost = createMemo<Record<string, Resource[]>>((pr
return (
<div class="space-y-6">
{/* Page Header */}
<div>
<h3 class="text-base font-semibold text-gray-900 dark:text-gray-100">
Alert thresholds
</h3>
<p class="mt-1 text-sm text-gray-500 dark:text-gray-400">
Set custom alert thresholds for each resource or use global defaults
</p>
</div>
{/* Search Bar */}
<div class="relative">
<input