Software /
code /
prosody
Changeset
11889:df76802dc09c
mod_admin_shell: Specify a width for cert column
Avoids ellipsis
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 10 Nov 2021 21:31:41 +0100 |
parents | 11888:050c515fe9aa |
children | 11890:b9aab1962a2b |
files | plugins/mod_admin_shell.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua Wed Nov 10 20:25:37 2021 +0100 +++ b/plugins/mod_admin_shell.lua Wed Nov 10 21:31:41 2021 +0100 @@ -726,6 +726,7 @@ cert = { title = "Certificate"; key = "cert_identity_status"; + width = 13; mapper = function(cert_status, session) if cert_status ~= "" then return capitalize(cert_status); end if session.cert_chain_status == "Invalid" then