mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Two minor changes not reflected OSS side (#11020)
This commit is contained in:
@@ -193,6 +193,7 @@ func printKeyStatus(ks *api.KeyStatus) string {
|
||||
return columnOutput([]string{
|
||||
fmt.Sprintf("Key Term | %d", ks.Term),
|
||||
fmt.Sprintf("Install Time | %s", ks.InstallTime.UTC().Format(time.RFC822)),
|
||||
fmt.Sprintf("Encryption Count | %d", ks.Encryptions),
|
||||
}, nil)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user