Merge pull request #14888 from roidelapluie/fix-discovered-alertmanagers

Mantine UI: Fix 404 on /discovered-alertmanagers
pull/14893/head
Julius Volz 3 months ago committed by GitHub
commit 7741134c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -142,7 +142,7 @@ const serverStatusPages = [
},
{
title: "Alertmanager discovery",
path: "/discovered-alertmanagers",
path: "/alertmanager-discovery",
icon: <IconBell style={navIconStyle} />,
element: <AlertmanagerDiscoveryPage />,
inAgentMode: false,

Loading…
Cancel
Save