Skip to content

Commit

Permalink
#342 usability
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Nov 12, 2024
1 parent da2ea9e commit 10b6584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lam/lib/modules/windowsUser.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,6 @@ class windowsUser extends baseModule implements passwordService, AccountStatusPr
*/
public function display_html_group() {
$return = new htmlResponsiveRow();
$return->setCSSClasses(['maxrow']);
$return->add(new htmlSubTitle(_("Groups")));
$groups = $this->findGroups();
$groupDisplayContainsDn = $this->groupDisplayContainsDn();
Expand Down

0 comments on commit 10b6584

Please sign in to comment.