mod_client_management/mod_client_management.lua
changeset 5596 b43ff0302204
parent 5586 825c6fb76c48
child 5597 6d0574bfbf5d
--- 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";