feat(ui): optional tunnel disable when setting disconnect date

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 15:55:20 +03:00
parent 5a5fc8b240
commit 7b291ff1d5
3 changed files with 62 additions and 7 deletions

View File

@@ -443,6 +443,32 @@ tr:last-child td {
font: inherit;
}
.dt-dialog-extra {
margin-top: 0.85rem;
}
.dt-dialog-hint {
margin: 0 0 0.65rem;
font-size: 0.82rem;
line-height: 1.45;
color: var(--muted);
}
.dt-checkbox-label {
display: flex;
gap: 0.55rem;
align-items: flex-start;
font-size: 0.85rem;
line-height: 1.45;
color: var(--text);
cursor: pointer;
}
.dt-checkbox-label input {
margin-top: 0.15rem;
flex-shrink: 0;
}
.dt-dialog-actions {
display: flex;
gap: 0.5rem;