Alerting: Move alertmanager warning to consistent place within notification policies (#90521)

Move alertmanager warning to consistent place within notification policies
This commit is contained in:
Tom Ratcliffe
2024-07-17 16:46:00 +02:00
committed by GitHub
parent 42c29cac0b
commit 919bc47dba
@@ -219,6 +219,7 @@ const AmRoutes = () => {
return (
<>
<GrafanaAlertmanagerDeliveryWarning currentAlertmanager={selectedAlertmanager} />
<TabsBar>
<Tab
label={'Notification Policies'}
@@ -249,7 +250,6 @@ const AmRoutes = () => {
<>
{policyTreeTabActive && (
<>
<GrafanaAlertmanagerDeliveryWarning currentAlertmanager={selectedAlertmanager} />
<Stack direction="column" gap={1}>
{rootRoute && (
<NotificationPoliciesFilter