feat: sync app-created peers into clients table

This commit is contained in:
andrey271192
2026-06-21 19:19:49 +03:00
parent fd66b0a024
commit dfeabe02d7
7 changed files with 102 additions and 3 deletions

View File

@@ -625,6 +625,18 @@ h1 {
font-size: 0.88rem;
}
.users-tools {
display: flex;
align-items: center;
gap: 0.65rem;
flex-wrap: wrap;
margin: 0 0 0.75rem;
}
.users-tools-hint {
font-size: 0.82rem;
}
table.clients-table {
table-layout: fixed;
}