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

Move summary position above paused rule indicator
pull/102137/head
Gilles De Mey 4 months ago committed by GitHub
parent 441e72b07f
commit 456fc0b1be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/features/alerting/unified/components/rule-viewer/RuleViewer.tsx

@ -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 && (

Loading…
Cancel
Save