1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43: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

@@ -11,6 +11,7 @@ import { HeaderModule } from "../../layouts/header/header.module";
import { ApplicationTableComponent } from "./application-table.component";
import { NotifiedMembersTableComponent } from "./notified-members-table.component";
import { PasswordHealthMembersComponent } from "./password-health-members.component";
import { PasswordHealthComponent } from "./password-health.component";
export enum AccessIntelligenceTabType {
@@ -28,6 +29,7 @@ export enum AccessIntelligenceTabType {
JslibModule,
HeaderModule,
PasswordHealthComponent,
PasswordHealthMembersComponent,
NotifiedMembersTableComponent,
TabsModule,
],