mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-08 11:13:12 +08:00
Several config and admin interface fixes
- Fixed issue with domains starting with `admin` - Fixed issue with DUO not being enabled globally anymore (regression) - Renamed `Ciphers` to `Entries` in overview - Improved `ADMIN_TOKEN` description - Updated jquery-slim and datatables Resolves #3382 Resolves #3415 Resolves discussion on #3288
This commit is contained in:
4
src/static/scripts/admin.css
vendored
4
src/static/scripts/admin.css
vendored
@@ -25,7 +25,7 @@ img {
|
||||
min-width: 85px;
|
||||
max-width: 85px;
|
||||
}
|
||||
#users-table .vw-ciphers, #orgs-table .vw-users, #orgs-table .vw-ciphers {
|
||||
#users-table .vw-entries, #orgs-table .vw-users, #orgs-table .vw-entries {
|
||||
min-width: 35px;
|
||||
max-width: 40px;
|
||||
}
|
||||
@@ -53,4 +53,4 @@ img {
|
||||
}
|
||||
.vw-copy-toast {
|
||||
width: 15rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user