diff --git a/keep-ui/app/(keep)/alerts/ViewAlertModal.tsx b/keep-ui/app/(keep)/alerts/ViewAlertModal.tsx index 9bda67c80..17ae55cb8 100644 --- a/keep-ui/app/(keep)/alerts/ViewAlertModal.tsx +++ b/keep-ui/app/(keep)/alerts/ViewAlertModal.tsx @@ -99,7 +99,7 @@ export const ViewAlertModal: React.FC = ({

Alert Details

@@ -130,7 +130,7 @@ export const ViewAlertModal: React.FC = ({
{alert && ( -
+        
           

{

{highlightKeys(alert, alert.enriched_fields)}

}

diff --git a/keep-ui/app/(keep)/alerts/alerts-rules-builder.tsx b/keep-ui/app/(keep)/alerts/alerts-rules-builder.tsx index 62a264d74..957305bc2 100644 --- a/keep-ui/app/(keep)/alerts/alerts-rules-builder.tsx +++ b/keep-ui/app/(keep)/alerts/alerts-rules-builder.tsx @@ -12,6 +12,7 @@ import QueryBuilder, { } from "react-querybuilder"; import "react-querybuilder/dist/query-builder.scss"; import { Table } from "@tanstack/react-table"; +import { FiSave } from "react-icons/fi"; import { AlertDto, severityMapping, @@ -27,8 +28,6 @@ import { FiExternalLink } from "react-icons/fi"; import { usePathname, useRouter, useSearchParams } from "next/navigation"; import { toast } from "react-toastify"; import { CornerDownLeft } from "lucide-react"; -import { Link } from "@/components/ui"; -import { DocumentTextIcon } from "@heroicons/react/24/outline"; import { STATIC_PRESETS_NAMES } from "@/entities/presets/model/constants"; import { Preset } from "@/entities/presets/model/types"; import { usePresetActions } from "@/entities/presets/model/usePresetActions"; @@ -89,7 +88,7 @@ const CustomMenuList = (props: MenuListProps<{}>) => { Enter to update query { setImportSQLOpen(true); @@ -564,25 +563,28 @@ export const AlertsRulesBuilder = ({
{/* Textarea and error message container */}
-