mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-27 09:14:48 +03:00
Some Admin Interface updates
- Updated datatables - Added NTP Time check - Added Collections, Groups and Events count for orgs - Renamed `Items` to `Ciphers` - Some small style updates
This commit is contained in:
6
src/static/scripts/admin.css
vendored
6
src/static/scripts/admin.css
vendored
@@ -25,10 +25,14 @@ img {
|
||||
min-width: 85px;
|
||||
max-width: 85px;
|
||||
}
|
||||
#users-table .vw-items, #orgs-table .vw-items, #orgs-table .vw-users {
|
||||
#users-table .vw-ciphers, #orgs-table .vw-users, #orgs-table .vw-ciphers {
|
||||
min-width: 35px;
|
||||
max-width: 40px;
|
||||
}
|
||||
#orgs-table .vw-misc {
|
||||
min-width: 65px;
|
||||
max-width: 80px;
|
||||
}
|
||||
#users-table .vw-attachments, #orgs-table .vw-attachments {
|
||||
min-width: 100px;
|
||||
max-width: 130px;
|
||||
|
||||
Reference in New Issue
Block a user