feat(alerts): DS alignment + AGENT_LIFECYCLE + single-inbox redesign #146

Merged
hsiegeln merged 49 commits from feat/alerts-ds-alignment into main 2026-04-21 19:53:12 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 10e132cd50 - Show all commits

View File

@@ -91,7 +91,7 @@ export function NotifyStep({
Preview rendered output
</Button>
{!ruleId && (
<p style={{ marginTop: 8, fontSize: 12, color: 'var(--muted)' }}>
<p style={{ marginTop: 8, fontSize: 12, color: 'var(--text-muted)' }}>
Save the rule first to preview rendered output.
</p>
)}

View File

@@ -60,7 +60,7 @@ export function TriggerStep({
Test evaluate (uses saved rule)
</Button>
{!ruleId && (
<p style={{ marginTop: 8, fontSize: 12, color: 'var(--muted)' }}>
<p style={{ marginTop: 8, fontSize: 12, color: 'var(--text-muted)' }}>
Save the rule first to enable test-evaluate.
</p>
)}