Report keychain signature status
This commit is contained in:
parent
48a83c5a26
commit
788522404d
7 changed files with 20 additions and 4 deletions
|
|
@ -2914,6 +2914,7 @@ pub fn handle_request(
|
|||
Ok(ControlResponse::KeychainStatus(KeychainStatusResponse {
|
||||
initialized: view.initialized,
|
||||
admin_keys: view.admin_keys.len(),
|
||||
signatures: store.list_keychain_signatures()?.len(),
|
||||
users: view.users.len(),
|
||||
devices: view.devices.len(),
|
||||
nodes: view.nodes.len(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue