1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

[PM-13453] - Health report raw data with member count component (#11573)

* add raw data + members table

* remove commented code
This commit is contained in:
Jordan Aasen
2024-10-18 16:28:42 -07:00
committed by GitHub
parent 80a4fba787
commit 8254757375
5 changed files with 365 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
<bit-tab label="Raw Data">
<tools-password-health></tools-password-health>
</bit-tab>
<bit-tab label="Raw Data + members">
<tools-password-health-members></tools-password-health-members>
</bit-tab>
<!-- <bit-tab label="{{ 'allApplicationsWithCount' | i18n: apps.length }}">
<h2 bitTypography="h2">{{ "allApplications" | i18n }}</h2>
<tools-application-table></tools-application-table>