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.
This commit is contained in:
lerko96
2026-04-27 00:49:42 -04:00
parent 5dea6121a3
commit f6118aa7a4

View File

@@ -155,7 +155,7 @@ export default function HomelabPage() {
{/* VLAN table */} {/* VLAN table */}
<Widget <Widget
title="homelab/network" title="homelab/network"
meta="8 isolated vlans · default deny inter-vlan" meta="8 network segments · default deny"
as="section" as="section"
> >
<div className="overflow-x-auto"> <div className="overflow-x-auto">
@@ -163,7 +163,7 @@ export default function HomelabPage() {
<thead> <thead>
<tr className="border-b border-[var(--color-border)]"> <tr className="border-b border-[var(--color-border)]">
<th className="font-mono text-[var(--color-text-dim)] text-left py-qtr-lh pr-[3ch] uppercase"> <th className="font-mono text-[var(--color-text-dim)] text-left py-qtr-lh pr-[3ch] uppercase">
VLAN Segment
</th> </th>
<th className="font-mono text-[var(--color-text-dim)] text-left py-qtr-lh pr-[3ch] uppercase"> <th className="font-mono text-[var(--color-text-dim)] text-left py-qtr-lh pr-[3ch] uppercase">
Name Name