Enable connectivity diagnostics in Connect mode
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 21:43:09 +03:00
parent 70cc221f34
commit d32bc14108
12 changed files with 60 additions and 31 deletions
+9 -2
View File
@@ -946,7 +946,11 @@ p {
display: flex;
align-items: flex-end;
gap: 2px;
padding: 11px 27px 0 0;
padding: 11px 0 0;
}
.client-device-main:has(.client-device-edit-wrap) {
padding-right: 27px;
}
.client-device-main > h3 {
@@ -1396,7 +1400,10 @@ p {
.client-device-traffic-plot {
grid-column: 1 / -1;
grid-row: 1;
height: 100%;
min-height: 0;
min-width: 0;
overflow: hidden;
cursor: crosshair;
}
@@ -1408,7 +1415,7 @@ p {
width: 100%;
height: 100%;
display: block;
overflow: visible;
overflow: hidden;
}
.client-device-traffic-grid line {