From f6118aa7a49545e23c3c16a42b3c963f95e5c7d0 Mon Sep 17 00:00:00 2001 From: lerko96 Date: Mon, 27 Apr 2026 00:49:42 -0400 Subject: [PATCH] refactor(homelab): rename VLAN col to Segment for VPN row VPN is an L3 tunnel, not an 802.1Q VLAN. Reframes the table as network segments / access tiers so the VPN row is consistent with the others. --- src/app/homelab/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/homelab/page.tsx b/src/app/homelab/page.tsx index dca0e9d0..870396c5 100644 --- a/src/app/homelab/page.tsx +++ b/src/app/homelab/page.tsx @@ -155,7 +155,7 @@ export default function HomelabPage() { {/* VLAN table */}
@@ -163,7 +163,7 @@ export default function HomelabPage() { - VLAN + Segment Name