mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23:01 +00:00
Server admin: lists are displayed as tables not csv joined
This commit is contained in:
@@ -236,8 +236,7 @@ const ServerDashboard = (props) => {
|
||||
break;
|
||||
}
|
||||
if (Array.isArray(value)) {
|
||||
// cast arrays (e.g. roles, groups) to string
|
||||
value = value.sort().join(", ");
|
||||
value.sort();
|
||||
}
|
||||
result[key] = value;
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user