mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user