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

Mantine UI: Fix 404 on /discovered-alertmanagers
This commit is contained in:
Julius Volz 2024-09-10 12:39:12 +02:00 committed by GitHub
commit 7741134c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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