diff --git a/web/src/components/AppSidebar.tsx b/web/src/components/AppSidebar.tsx index 3661166..7b5b6ee 100644 --- a/web/src/components/AppSidebar.tsx +++ b/web/src/components/AppSidebar.tsx @@ -58,8 +58,8 @@ export function AppSidebar() { ]; const centralItems = [ - { to: '/central/firewall', icon: Shield, label: 'Firewall' }, { to: '/central/vpn', icon: Lock, label: 'VPN' }, + { to: '/central/firewall', icon: Shield, label: 'Firewall' }, { to: '/central/crowdsec', icon: ShieldAlert, label: 'CrowdSec' }, { to: '/central/dhcp', icon: Wifi, label: 'DHCP' }, ]; diff --git a/web/src/components/CrowdSecComponent.tsx b/web/src/components/CrowdSecComponent.tsx index 9175d25..bf0c0a3 100644 --- a/web/src/components/CrowdSecComponent.tsx +++ b/web/src/components/CrowdSecComponent.tsx @@ -262,7 +262,7 @@ export function CrowdSecComponent() {
)}- {status.machines.length > 0 && `${status.machines.length} k8s agent${status.machines.length !== 1 ? 's' : ''} reporting. `} + {status.machines.length > 0 && `${status.machines.length} agent${status.machines.length !== 1 ? 's' : ''} reporting. `} {status.bouncers.length > 0 && `${status.bouncers.length} enforcement point${status.bouncers.length !== 1 ? 's' : ''} active.`}
> @@ -392,7 +392,7 @@ export function CrowdSecComponent() {- Attack events detected by your k8s agents and reported to this LAPI. Each event results in a ban + Attack events detected by your agents and reported to this LAPI. Each event results in a ban that is shared with the CrowdSec community.
{isLoadingAlerts ? ( @@ -404,7 +404,7 @@ export function CrowdSecComponent() {No detections yet.
- Events appear here when k8s agents detect and report attacks. The community blocklist + Events appear here when agents detect and report attacks. The community blocklist (CAPI) is already protecting you even before local detections.