From c25fd57eaf3860fe65d90789165c166fd4e0ce1f Mon Sep 17 00:00:00 2001 From: CarterPerez-dev Date: Sun, 3 May 2026 19:05:45 -0400 Subject: [PATCH] =?UTF-8?q?feat(monitor/frontend):=20dashboard=20layout=20?= =?UTF-8?q?=E2=80=94=20CVE=20Velocity=20to=20left=20under=20ISS,=20BGP=20H?= =?UTF-8?q?IJACKS=20to=20right=20top?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/pages/dashboard/Dashboard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PROJECTS/advanced/monitor-the-situation-dashboard/frontend/src/pages/dashboard/Dashboard.tsx b/PROJECTS/advanced/monitor-the-situation-dashboard/frontend/src/pages/dashboard/Dashboard.tsx index e93295f0..6d77b49a 100644 --- a/PROJECTS/advanced/monitor-the-situation-dashboard/frontend/src/pages/dashboard/Dashboard.tsx +++ b/PROJECTS/advanced/monitor-the-situation-dashboard/frontend/src/pages/dashboard/Dashboard.tsx @@ -2,6 +2,7 @@ // Dashboard.tsx import { Globe } from '@/pages/globe/Globe' +import { BGPHijackPanel } from '@/pages/panels/BGPHijackPanel' import { BTCPanel } from '@/pages/panels/BTCPanel' import { CVEVelocityPanel } from '@/pages/panels/CVEVelocityPanel' import { DShieldPanel } from '@/pages/panels/DShieldPanel' @@ -38,12 +39,13 @@ export function Dashboard(): React.ReactElement { +