# HG changeset patch # User Kim Alvefur # Date 1689283463 -7200 # Node ID b43ff0302204271ab062e532f6758e39f4b95da0 # Parent c7e532ac6bf7c08437751e1a4f1157a30d402a74 mod_client_management: Include the client id in table in shell command Since this is the identifier used when revoking clients it is useful to show it. diff -r c7e532ac6bf7 -r b43ff0302204 mod_client_management/mod_client_management.lua --- a/mod_client_management/mod_client_management.lua Wed Jul 12 15:47:20 2023 +0200 +++ b/mod_client_management/mod_client_management.lua Thu Jul 13 23:24:23 2023 +0200 @@ -420,6 +420,7 @@ end local colspec = { + { title = "ID"; key = "id"; width = math.max(#"client/", #"grant/") + #id.short() }; { title = "Software"; key = "user_agent";