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} +