diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_grp_add.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_grp_add.html.ep index 572926a..ba5b00a 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_grp_add.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_grp_add.html.ep @@ -63,7 +63,7 @@ %= check_box 'groupMembers' => $key   %= $users->{$key} - %= "(" . $key . ")" + %= " (" . $key . ")"
% }