mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-10 12:13:13 +08: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:
2
src/static/scripts/admin_organizations.js
vendored
2
src/static/scripts/admin_organizations.js
vendored
@@ -54,7 +54,7 @@ document.addEventListener("DOMContentLoaded", (/*event*/) => {
|
||||
],
|
||||
"pageLength": -1, // Default show all
|
||||
"columnDefs": [{
|
||||
"targets": 4,
|
||||
"targets": [4,5],
|
||||
"searchable": false,
|
||||
"orderable": false
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user