From af6287b232c884615e1078bc09d2ae89800ff197 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 5 Aug 2024 19:07:20 +0200 Subject: [PATCH] Add more tooltips to the /rules page, move health indicator to the right Signed-off-by: Julius Volz --- web/ui/mantine-ui/src/pages/RulesPage.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/web/ui/mantine-ui/src/pages/RulesPage.tsx b/web/ui/mantine-ui/src/pages/RulesPage.tsx index a96f1a831..a9351ead5 100644 --- a/web/ui/mantine-ui/src/pages/RulesPage.tsx +++ b/web/ui/mantine-ui/src/pages/RulesPage.tsx @@ -22,6 +22,7 @@ import { IconInfoCircle, IconRefresh, IconRepeat, + IconTimeline, } from "@tabler/icons-react"; import { useSuspenseAPIQuery } from "../api/api"; import { RulesResult } from "../api/responseTypes/rules"; @@ -133,17 +134,17 @@ export default function RulesPage() { {r.type === "alerting" ? ( - + + + ) : ( - + + + )} {r.name} - - - {r.health} - - + + + {r.health} +