mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
pm-19324 / focus for all apps dirt cards
This commit is contained in:
@@ -33,7 +33,11 @@
|
||||
[title]="'atRiskMembers' | i18n"
|
||||
[value]="applicationSummary.totalAtRiskMemberCount"
|
||||
[maxValue]="applicationSummary.totalMemberCount"
|
||||
[tabindex]="0"
|
||||
role="button"
|
||||
(click)="showOrgAtRiskMembers('allAppsOrgAtRiskMembers')"
|
||||
(keydown.enter)="showOrgAtRiskMembers('allAppsOrgAtRiskMembers')"
|
||||
(keydown.space)="showOrgAtRiskMembers('allAppsOrgAtRiskMembers'); $event.preventDefault()"
|
||||
>
|
||||
</dirt-card>
|
||||
<dirt-card
|
||||
@@ -45,7 +49,11 @@
|
||||
[title]="'atRiskApplications' | i18n"
|
||||
[value]="applicationSummary.totalAtRiskApplicationCount"
|
||||
[maxValue]="applicationSummary.totalApplicationCount"
|
||||
[tabindex]="0"
|
||||
role="button"
|
||||
(click)="showOrgAtRiskApps('allAppsOrgAtRiskApplications')"
|
||||
(keydown.enter)="showOrgAtRiskApps('allAppsOrgAtRiskApplications')"
|
||||
(keydown.space)="showOrgAtRiskApps('allAppsOrgAtRiskApplications'); $event.preventDefault()"
|
||||
>
|
||||
</dirt-card>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user