From 792f7e9c55c689104303cf8ca4f359afeb5d066a Mon Sep 17 00:00:00 2001 From: Vijay Oommen Date: Fri, 19 Sep 2025 10:01:46 -0500 Subject: [PATCH] Fix table header sort indicator and enable drawer open on row click (#16439) (#16440) Co-authored-by: Maximilian Power --- .../app-table-row-scrollable.component.html | 56 +++++++++++++++++-- 1 file changed, 51 insertions(+), 5 deletions(-) diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/app-table-row-scrollable.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/app-table-row-scrollable.component.html index eb7544faf05..d263e043ddc 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/app-table-row-scrollable.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/app-table-row-scrollable.component.html @@ -4,7 +4,9 @@ {{ "application" | i18n }} - {{ "atRiskPasswords" | i18n }} + + {{ "atRiskPasswords" | i18n }} + {{ "totalPasswords" | i18n }} {{ "atRiskMembers" | i18n }} {{ "totalMembers" | i18n }} @@ -14,6 +16,7 @@ bitCell *ngIf="showRowCheckBox" [ngClass]="{ 'tw-bg-primary-100': isDrawerIsOpenForThisRecord(row.applicationName) }" + appStopProp > - - - + + + {{ row.applicationName }} {{ row.atRiskPasswordCount }} @@ -53,7 +77,14 @@ {{ row.passwordCount }} @@ -61,7 +92,14 @@ {{ row.atRiskMemberCount }} @@ -70,7 +108,14 @@ {{ row.memberCount }} @@ -78,6 +123,7 @@ bitCell *ngIf="showRowMenuForCriticalApps" [ngClass]="{ 'tw-bg-primary-100': isDrawerIsOpenForThisRecord(row.applicationName) }" + appStopProp >