diff --git a/web/ui/mantine-ui/src/App.tsx b/web/ui/mantine-ui/src/App.tsx
index c7189bfda3..b97ba91848 100644
--- a/web/ui/mantine-ui/src/App.tsx
+++ b/web/ui/mantine-ui/src/App.tsx
@@ -8,6 +8,7 @@ import PrometheusLogo from "./images/prometheus-logo.svg";
import {
ActionIcon,
Affix,
+ Anchor,
AppShell,
Box,
Burger,
@@ -44,6 +45,7 @@ import {
} from "@tabler/icons-react";
import {
BrowserRouter,
+ Link,
NavLink,
Navigate,
Route,
@@ -92,13 +94,13 @@ const mainNavPages = [
const monitoringStatusPages = [
{
- title: "Targets",
+ title: "Target health",
path: "/targets",
icon: ,
element: ,
},
{
- title: "Rules",
+ title: "Rule health",
path: "/rules",
icon: ,
element: ,
@@ -300,10 +302,15 @@ function App() {
-
-
- Prometheus{agentMode && " Agent"}
-
+
+
+
+ Prometheus{agentMode && " Agent"}
+
+
{navLinks}