From 92f87dad9a81362b57cde2ede98afbf80556f75b Mon Sep 17 00:00:00 2001 From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:16:38 -0700 Subject: [PATCH] [PM-4962] remove all bootstrap classes from reports. add missing header column (#10524) * remove all bootstrap classes from reports. add missing header column * finish migrating table components to component library * update reports based on PR feedback --- .../pages/breach-report.component.html | 16 ++++++------- .../reports/pages/cipher-report.component.ts | 8 +++---- .../exposed-passwords-report.component.html | 22 +++++++++--------- .../inactive-two-factor-report.component.html | 23 ++++++++++--------- .../reused-passwords-report.component.html | 23 ++++++++++--------- .../unsecured-websites-report.component.html | 21 +++++++++-------- .../weak-passwords-report.component.html | 23 ++++++++++--------- 7 files changed, 69 insertions(+), 67 deletions(-) diff --git a/apps/web/src/app/tools/reports/pages/breach-report.component.html b/apps/web/src/app/tools/reports/pages/breach-report.component.html index f975d9fd2a..fcfd37fef3 100644 --- a/apps/web/src/app/tools/reports/pages/breach-report.component.html +++ b/apps/web/src/app/tools/reports/pages/breach-report.component.html @@ -12,25 +12,25 @@ {{ "checkBreaches" | i18n }} -
+

{{ "reportError" | i18n }}...

- + {{ "breachUsernameNotFound" | i18n: checkedUsername }} - - + + {{ "breachUsernameFound" | i18n: checkedUsername : breachedAccounts.length }} - +