diff --git a/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.tsx b/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.tsx index 5b217a5e869..d6899597755 100644 --- a/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.tsx +++ b/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.tsx @@ -6,6 +6,7 @@ import { NavModelItem, UrlQueryValue } from '@grafana/data'; import { Alert, LinkButton, Stack, TabContent, Text, TextLink, useStyles2 } from '@grafana/ui'; import { PageInfoItem } from 'app/core/components/Page/types'; import { useQueryParams } from 'app/core/hooks/useQueryParams'; +import InfoPausedRule from 'app/features/alerting/unified/components/InfoPausedRule'; import { CombinedRule, RuleHealth, RuleIdentifier } from 'app/types/unified-alerting'; import { PromAlertingRuleState, PromRuleType } from 'app/types/unified-alerting-dto'; @@ -93,6 +94,7 @@ const RuleViewer = () => { info={createMetadata(rule)} subTitle={ + {isPaused && } {summary} {/* alerts and notifications and stuff */} {isFederatedRule && }