l2: drop the comments and define the column list once

Review feedback on #307: these files are served from flash byte for byte,
so comments ride along on every page load. The three added in this branch
are gone, 357 bytes across l2.js and style.css. The column list existed in
three copies inside renderL2() and is now a single const.
This commit is contained in:
d00f
2026-08-08 17:55:27 +02:00
parent ccb90ed16f
commit 22a09bd06a
2 changed files with 4 additions and 8 deletions
-1
View File
@@ -165,7 +165,6 @@ select { text-align-last: right; font-family: monospace}
option { direction: rtl; font-family: sans-serif}
#vlanTable td { text-align: left; }
/* L2 table: sortable headers and per-column filters */
.l2sort{cursor:pointer;user-select:none}
.l2sort:hover{text-decoration:underline}
.l2arrow{opacity:0.55;font-size:0.85em}