web/admin: improve phrasing for Policy bindings
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -134,7 +134,7 @@ export class ApplicationViewPage extends LitElement {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div slot="page-policy-bindings" data-tab-title="${t`Policy Bindings`}" class="pf-c-page__main-section pf-m-no-padding-mobile">
|
||||
<div slot="page-policy-bindings" data-tab-title="${t`Policy / Group / User Bindings`}" class="pf-c-page__main-section pf-m-no-padding-mobile">
|
||||
<div class="pf-c-card">
|
||||
<div class="pf-c-card__title">${t`These policies control which users can access this application.`}</div>
|
||||
<ak-bound-policies-list .target=${this.application.pk}>
|
||||
|
||||
@ -108,7 +108,7 @@ export class RuleListPage extends TablePage<NotificationRule> {
|
||||
return html`
|
||||
<td role="cell" colspan="4">
|
||||
<div class="pf-c-table__expandable-row-content">
|
||||
<p>${t`These policies control upon which events this rule triggers. Bindings to
|
||||
<p>${t`These bindings control upon which events this rule triggers. Bindings to
|
||||
groups/users are checked against the user of the event.`}</p>
|
||||
<ak-bound-policies-list .target=${item.pk}>
|
||||
</ak-bound-policies-list>
|
||||
|
||||
@ -100,7 +100,7 @@ export class BoundStagesList extends Table<FlowStageBinding> {
|
||||
<td role="cell" colspan="3">
|
||||
<div class="pf-c-table__expandable-row-content">
|
||||
<div class="pf-c-content">
|
||||
<p>${t`These policies control when this stage will be applied to the flow.`}</p>
|
||||
<p>${t`These bindings control if this stage will be applied to the flow.`}</p>
|
||||
<ak-bound-policies-list .target=${item.policybindingmodelPtrId}>
|
||||
</ak-bound-policies-list>
|
||||
</div>
|
||||
|
||||
@ -104,9 +104,9 @@ export class FlowViewPage extends LitElement {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div slot="page-policy-bindings" data-tab-title="${t`Policy Bindings`}" class="pf-c-page__main-section pf-m-no-padding-mobile">
|
||||
<div slot="page-policy-bindings" data-tab-title="${t`Policy / Group / User Bindings`}" class="pf-c-page__main-section pf-m-no-padding-mobile">
|
||||
<div class="pf-c-card">
|
||||
<div class="pf-c-card__title">${t`These policies control which users can access this flow.`}</div>
|
||||
<div class="pf-c-card__title">${t`These bindings control which users can access this flow.`}</div>
|
||||
<div class="pf-c-card__body">
|
||||
<ak-bound-policies-list .target=${this.flow.policybindingmodelPtrId}>
|
||||
</ak-bound-policies-list>
|
||||
|
||||
@ -146,7 +146,7 @@ export class OAuthSourceViewPage extends LitElement {
|
||||
</section>
|
||||
<div slot="page-policy-binding" data-tab-title="${t`Policy Bindings`}" class="pf-c-page__main-section pf-m-no-padding-mobile">
|
||||
<div class="pf-c-card">
|
||||
<div class="pf-c-card__title">${t`These policies control which users can access this source.`}</div>
|
||||
<div class="pf-c-card__title">${t`These bindings control which users can access this source.`}</div>
|
||||
<div class="pf-c-card__body">
|
||||
<ak-bound-policies-list .target=${this.source.pk}>
|
||||
</ak-bound-policies-list>
|
||||
|
||||
@ -154,7 +154,7 @@ export class SAMLSourceViewPage extends LitElement {
|
||||
</section>
|
||||
<div slot="page-policy-bindings" data-tab-title="${t`Policy Bindings`}" class="pf-c-page__main-section pf-m-no-padding-mobile">
|
||||
<div class="pf-c-card">
|
||||
<div class="pf-c-card__title">${t`These policies control which users can access this source.`}</div>
|
||||
<div class="pf-c-card__title">${t`These bindings control which users can access this source.`}</div>
|
||||
<div class="pf-c-card__body">
|
||||
<ak-bound-policies-list .target=${this.source.pk}>
|
||||
</ak-bound-policies-list>
|
||||
|
||||
Reference in New Issue
Block a user