feat(alerts): DS alignment + AGENT_LIFECYCLE + single-inbox redesign #146
@@ -91,7 +91,7 @@ export function NotifyStep({
|
|||||||
Preview rendered output
|
Preview rendered output
|
||||||
</Button>
|
</Button>
|
||||||
{!ruleId && (
|
{!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.
|
Save the rule first to preview rendered output.
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ export function TriggerStep({
|
|||||||
Test evaluate (uses saved rule)
|
Test evaluate (uses saved rule)
|
||||||
</Button>
|
</Button>
|
||||||
{!ruleId && (
|
{!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.
|
Save the rule first to enable test-evaluate.
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user