mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
fix: clarify alert delay label text
Changed "seconds before triggering" to "seconds above threshold before triggering" to make it clearer that the delay applies to how long a value must stay above the threshold. addresses #470 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1007,7 +1007,7 @@ export function ThresholdsTable(props: ThresholdsTableProps) {
|
||||
<div class="pt-3 border-t border-gray-200 dark:border-gray-700">
|
||||
<div class="mb-2">
|
||||
<h4 class="text-sm font-medium text-gray-700 dark:text-gray-200 mb-2">
|
||||
Alert Delay (seconds before triggering)
|
||||
Alert Delay (seconds above threshold before triggering)
|
||||
</h4>
|
||||
<div class="grid grid-cols-2 md:grid-cols-4 gap-3">
|
||||
<div class="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user