From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:45:49 +0000 (-0800) Subject: Tweakhancement: dim inactive users in users-groups list (#11537) X-Git-Tag: v2.20.2~1^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21032ac008de20be795879e2b4e52f073f34855c;p=thirdparty%2Fpaperless-ngx.git Tweakhancement: dim inactive users in users-groups list (#11537) --- diff --git a/src-ui/src/app/components/admin/users-groups/users-groups.component.html b/src-ui/src/app/components/admin/users-groups/users-groups.component.html index 2cf92f94f9..9f91a87147 100644 --- a/src-ui/src/app/components/admin/users-groups/users-groups.component.html +++ b/src-ui/src/app/components/admin/users-groups/users-groups.component.html @@ -26,7 +26,7 @@ @for (user of users; track user) {
  • -
    +
    {{user.first_name}} {{user.last_name}}
    {{user.groups?.map(getGroupName, this).join(', ')}}