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 b43995665e8..720c3ec04d0 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]">
|
@@ -44,7 +59,14 @@
|
{{ row.atRiskPasswordCount }}
@@ -52,7 +74,14 @@
|
{{ row.passwordCount }}
@@ -60,7 +89,14 @@
|
{{ row.atRiskMemberCount }}
@@ -69,7 +105,14 @@
|
{{ row.memberCount }}
|
@@ -77,6 +120,7 @@
bitCell
*ngIf="showRowMenuForCriticalApps"
[ngClass]="{ 'tw-bg-primary-100': isDrawerIsOpenForThisRecord(row.applicationName) }"
+ appStopProp
>