diff --git a/static/style.css b/static/style.css index fdf2c03..35e3f18 100644 --- a/static/style.css +++ b/static/style.css @@ -594,6 +594,10 @@ color: var(--text-muted); font-family: var(--font); } +.topo-legend-item--offrack { + border: 1px dashed var(--border-color); + padding: 1px 5px; +} .topo-legend-line-10g { width: 24px; height: 2px; background: var(--green); display: inline-block; box-shadow: 0 0 4px rgba(0,255,136,.5); } .topo-legend-line-1g { width: 24px; height: 0; border-top: 2px dashed var(--amber); display: inline-block; } .topo-legend-line-wan { width: 24px; height: 2px; background: linear-gradient(to right, var(--cyan), var(--green)); display: inline-block; } diff --git a/templates/index.html b/templates/index.html index 0041a33..156b0b0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -302,7 +302,7 @@
WAN / uplink
10G SFP+ (Ceph / VLAN90)
1G DHCP (mgmt)
-
dashed border = off-rack
+
dashed border = off-rack
diff --git a/templates/inspector.html b/templates/inspector.html index ab26b74..3fb8a13 100644 --- a/templates/inspector.html +++ b/templates/inspector.html @@ -6,7 +6,7 @@

Network Inspector

-

+

Visual switch chassis diagrams. Click a port to see detailed stats and LLDP path debug.

diff --git a/templates/links.html b/templates/links.html index 1433fa8..2d834e5 100644 --- a/templates/links.html +++ b/templates/links.html @@ -6,7 +6,7 @@

Link Debug

-

+

Per-interface stats: speed, duplex, SFP optical levels, TX/RX rates, errors, and carrier changes.

diff --git a/templates/suppressions.html b/templates/suppressions.html index ca2cf32..8032b0e 100644 --- a/templates/suppressions.html +++ b/templates/suppressions.html @@ -6,7 +6,7 @@

Alert Suppressions

-

Manage maintenance windows and per-target alert suppression rules.

+

Manage maintenance windows and per-target alert suppression rules.

@@ -188,7 +188,7 @@
Host & Interface Reference
-
+
{% for name, host in snapshot.hosts.items() %}