feat(monitor/frontend): dashboard layout — CVE Velocity to left under ISS, BGP HIJACKS to right top

This commit is contained in:
CarterPerez-dev 2026-05-03 19:05:45 -04:00
parent 0705f37330
commit c25fd57eaf
1 changed files with 3 additions and 1 deletions

View File

@ -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 {
<ETHPanel />
<SpaceWeatherPanel />
<ISSPanel />
<CVEVelocityPanel />
</aside>
<section className={styles.center}>
<Globe />
</section>
<aside className={styles.right}>
<CVEVelocityPanel />
<BGPHijackPanel />
<KEVPanel />
<RansomwarePanel />
<DShieldPanel />