From 9dd80c92c86a0738306c70813bd1fea0451ec0f9 Mon Sep 17 00:00:00 2001 From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:04:50 -0700 Subject: [PATCH] [PM-4968] Migrate unsecured websites report components (#10046) * WIP - migrate exposed passwords report components * lint fix * migrate components in reports * migrate breach and unsecured websites reports * undo change routing * revert changes to reports * revert changes * migrate unsecured websites report component * fix icon and padding in unsecured websites report * undo changes to exposed passwords report --------- Co-authored-by: jordan-bite --- .../unsecured-websites-report.component.html | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 deletions(-) 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 87447e4527..2f4bdd6a1d 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 }}
+ +