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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user