From e33eef3a9f1a5b0322b3b5186fad31f121caf056 Mon Sep 17 00:00:00 2001 From: jaasen-livefront Date: Mon, 8 Jul 2024 15:42:53 -0700 Subject: [PATCH] migrate breach and unsecured websites reports --- .../pages/breach-report.component.html | 8 ++-- .../unsecured-websites-report.component.html | 43 +++++++++---------- 2 files changed, 24 insertions(+), 27 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 51191ddf2d0..ca5c60fc846 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 @@ -24,12 +24,12 @@

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

- + {{ "breachUsernameNotFound" | i18n: checkedUsername }} - - + + {{ "breachUsernameFound" | i18n: checkedUsername : breachedAccounts.length }} - +
  • diff --git a/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html b/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html index ced0ff9731d..bcb0db296f4 100644 --- a/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html +++ b/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html @@ -11,13 +11,13 @@ {{ "loading" | i18n }}
    - + {{ "noUnsecuredWebsites" | i18n }} - + - + {{ "unsecuredWebsitesFoundReportDesc" | i18n: (ciphers.length | number) : vaultMsg }} - + - - + + - - - - + - -
    {{ "name" | i18n }} {{ "owner" | i18n }}
    - + + +
    + - {{ - c.name + {{ + r.name }} - + {{ "shared" | i18n }} - + {{ "attachments" | i18n }}
    - {{ c.subTitle }} + {{ r.subTitle }}
    + +