diff --git a/admin-web/src/features/dashboard/DashboardPage.tsx b/admin-web/src/features/dashboard/DashboardPage.tsx index e4377d0..115f011 100644 --- a/admin-web/src/features/dashboard/DashboardPage.tsx +++ b/admin-web/src/features/dashboard/DashboardPage.tsx @@ -1,9 +1,7 @@ import { useMemo } from "react"; import { useQueries } from "@tanstack/react-query"; import { - Activity, ArrowUpRight, - FileClock, Network, TrendingUp, Shield, @@ -147,56 +145,21 @@ export function DashboardPage() {
Identity coverage
-{summary.adminUserCount} administrators currently active in the control plane.
-Endpoint activity
-{formatBytes(summary.totalRX + summary.totalTX)} total observed tunnel traffic.
-Gateway posture
-{summary.activeGatewayCount} active gateway nodes enforcing policy.
-Policy model
-- {summary.servicePolicyCount} service-based and {summary.fullTunnelPolicyCount} full-tunnel policies active. -
-Operations note
-- Effective WireGuard peer state and nftables enforcement are generated from active policies, selected device profiles, - and service-level access rules. Use this dashboard to spot drift before it becomes an outage. -
-