aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mod_admin_shell.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua
index bc073f52..e21f3deb 100644
--- a/plugins/mod_admin_shell.lua
+++ b/plugins/mod_admin_shell.lua
@@ -1018,7 +1018,7 @@ available_columns = {
role = {
title = "Role";
description = "Session role with 'prosody:' prefix removed";
- width = #"admin";
+ width = "1p";
key = "role";
mapper = function(role)
local name = role and role.name;