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 (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<GrafanaAlertmanagerDeliveryWarning currentAlertmanager={selectedAlertmanager} />
|
||||||
<TabsBar>
|
<TabsBar>
|
||||||
<Tab
|
<Tab
|
||||||
label={'Notification Policies'}
|
label={'Notification Policies'}
|
||||||
@ -249,7 +250,6 @@ const AmRoutes = () => {
|
|||||||
<>
|
<>
|
||||||
{policyTreeTabActive && (
|
{policyTreeTabActive && (
|
||||||
<>
|
<>
|
||||||
<GrafanaAlertmanagerDeliveryWarning currentAlertmanager={selectedAlertmanager} />
|
|
||||||
<Stack direction="column" gap={1}>
|
<Stack direction="column" gap={1}>
|
||||||
{rootRoute && (
|
{rootRoute && (
|
||||||
<NotificationPoliciesFilter
|
<NotificationPoliciesFilter
|
||||||
|
Loading…
Reference in New Issue
Block a user