GUI: status accuracy + remove-only action; sync script peer names on exists

This commit is contained in:
Ruslan
2026-04-14 12:47:31 +03:00
parent 54868b99cd
commit 8e124be1f0
4 changed files with 9 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ main { padding: 22px; }
label { display: grid; gap: 6px; }
input, select, button { padding: 10px; border-radius: 10px; border: 1px solid #bad2bf; font-size: 14px; }
button { background: var(--brand); color: #fff; border: 0; font-weight: 700; cursor: pointer; }
button.danger { background: #b42318; }
table { width: 100%; border-collapse: collapse; background: white; border: 1px solid #d7e7da; }
th, td { border-bottom: 1px solid #e0ece2; padding: 8px; font-size: 13px; text-align: left; vertical-align: top; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }