diff --git a/frontend-modern/src/pages/Alerts.tsx b/frontend-modern/src/pages/Alerts.tsx index 73a22af..52a5d5e 100644 --- a/frontend-modern/src/pages/Alerts.tsx +++ b/frontend-modern/src/pages/Alerts.tsx @@ -7,7 +7,7 @@ import { ThresholdsTable } from '@/components/Alerts/ThresholdsTable'; import { InvestigateAlertButton } from '@/components/Alerts/InvestigateAlertButton'; import type { RawOverrideConfig, PMGThresholdDefaults, SnapshotAlertConfig, BackupAlertConfig } from '@/types/alerts'; import { Card } from '@/components/shared/Card'; -import { AIOverviewTable } from '@/components/shared/AIOverviewTable'; + import { SectionHeader } from '@/components/shared/SectionHeader'; import { SettingsPanel } from '@/components/shared/SettingsPanel'; import { Toggle } from '@/components/shared/Toggle'; @@ -2817,9 +2817,8 @@ function OverviewTab(props: { -
Loading timeline...
-- {(event.details as { note?: string }).note} -
-- {(event.details as { command?: string }).command} -
-- {(event.details as { output_excerpt?: string }).output_excerpt} -
-- No timeline events match the selected filters. -
-No timeline events yet.
-No incident timeline available.
+Loading timeline...
++ {(event.details as { note?: string }).note} +
++ {(event.details as { command?: string }).command} +
++ {(event.details as { output_excerpt?: string }).output_excerpt} +
++ No timeline events match the selected filters. +
+No timeline events yet.
+No incident timeline available.
+