v2.5.0: harden admin key and traffic flows

This commit is contained in:
Виталий Литвинов
2026-04-25 12:28:33 +03:00
parent d74b05ccf8
commit 5225811b3c
6 changed files with 213 additions and 75 deletions

View File

@@ -360,7 +360,12 @@ h2 {
gap: 12px;
}
.port-map-head span {
.port-badge {
display: grid;
gap: 4px;
}
.port-badge span {
display: inline-grid;
place-items: center;
width: 54px;
@@ -372,6 +377,13 @@ h2 {
font-size: 20px;
}
.port-badge small {
color: var(--muted);
font-size: 11px;
font-weight: 800;
text-align: center;
}
.port-status {
color: var(--muted);
font-size: 12px;
@@ -1163,6 +1175,7 @@ td small {
}
.actions {
display: flex;
justify-content: stretch;
flex-wrap: wrap;
}