mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Move access intelligence feature under bitwarden_license (#12116)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f65a39d6d8
commit
1bfdfd9375
@@ -0,0 +1,50 @@
|
||||
export const applicationTableMockData = [
|
||||
{
|
||||
id: 1,
|
||||
name: "google.com",
|
||||
atRiskPasswords: 4,
|
||||
totalPasswords: 10,
|
||||
atRiskMembers: 2,
|
||||
totalMembers: 5,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: "facebook.com",
|
||||
atRiskPasswords: 3,
|
||||
totalPasswords: 8,
|
||||
atRiskMembers: 1,
|
||||
totalMembers: 3,
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: "twitter.com",
|
||||
atRiskPasswords: 2,
|
||||
totalPasswords: 6,
|
||||
atRiskMembers: 0,
|
||||
totalMembers: 2,
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: "linkedin.com",
|
||||
atRiskPasswords: 1,
|
||||
totalPasswords: 4,
|
||||
atRiskMembers: 0,
|
||||
totalMembers: 1,
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: "instagram.com",
|
||||
atRiskPasswords: 0,
|
||||
totalPasswords: 2,
|
||||
atRiskMembers: 0,
|
||||
totalMembers: 0,
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: "tiktok.com",
|
||||
atRiskPasswords: 0,
|
||||
totalPasswords: 1,
|
||||
atRiskMembers: 0,
|
||||
totalMembers: 0,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user