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
>
-
- 0" [cipher]="row.ciphers[0]">
- |
+ 0" [cipher]="row.ciphers[0]">
+ |
+
{{ 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
>