Alerting: Move summary position above paused rule indicator (#102124)

Move summary position above paused rule indicator
This commit is contained in:
Gilles De Mey
2025-03-13 18:02:40 +02:00
committed by GitHub
parent 441e72b07f
commit 456fc0b1be
@@ -99,9 +99,9 @@ const RuleViewer = () => {
info={createMetadata(rule)}
subTitle={
<Stack direction="column">
{isPaused && <InfoPausedRule />}
{summary}
{/* alerts and notifications and stuff */}
{isPaused && <InfoPausedRule />}
{isFederatedRule && <FederatedRuleWarning />}
{/* indicator for rules in a provisioned group */}
{isProvisioned && (