mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
* Initial working multi select * Create project access selector component * Refactor to shared components for access policies * Refactor access policies table * Initial working create & update access policies * Add dynamic multi-select + DRY refactor * FIGMA updates * Fix table and refactor access-policy service * Code review updates * Fix disable/loading logic for selector * Don't run onchange for creation * Migrate to new group service * simplify async action * Refactor access-policies Co-authored-by: Will Martin <willmartian@users.noreply.github.com> * Refactor access-selector * Add using potential grantee endpoints. * refactor to use observables * combine access-selector and access-policies component * lift dynamic i18n out of template * use strict equality * fix multiselect refresh * change grantees to function * Fix multiple HTTP calls * don't broadcast on AP update * Code review updates * Use refactored potential-grantees endpoint * potential grantees refactor v2 --------- Co-authored-by: Will Martin <willmartian@users.noreply.github.com> Co-authored-by: William Martin <contact@willmartian.com>
10 lines
343 B
HTML
10 lines
343 B
HTML
<sm-project-access
|
|
accessType="projectServiceAccounts"
|
|
[description]="'projectServiceAccountsDescription' | i18n"
|
|
[label]="'serviceAccounts' | i18n"
|
|
[hint]="'projectServiceAccountsSelectHint' | i18n"
|
|
[columnTitle]="'serviceAccounts' | i18n"
|
|
[emptyMessage]="'projectEmptyServiceAccountAccessPolicies' | i18n"
|
|
>
|
|
</sm-project-access>
|