mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-28 14:36:42 +00:00
* add resource id to meta layout, tooltips * input label disable prop, app detail info * lint
16 lines
738 B
HTML
16 lines
738 B
HTML
<app-meta-layout>
|
|
<div class="enlarged-container">
|
|
<h1 class="h1">{{'IAM.POLICIES.TITLE' | translate}}</h1>
|
|
<p class="sub">{{'IAM.POLICIES.DESCRIPTION' | translate}} </p>
|
|
|
|
<app-policy-grid [type]="PolicyGridType.IAM"></app-policy-grid>
|
|
</div>
|
|
|
|
<div metainfo>
|
|
<app-contributors [totalResult]="totalMemberResult" [loading]="loading$ | async"
|
|
[membersSubject]="membersSubject" title="{{ 'PROJECT.MEMBER.TITLE' | translate }}"
|
|
description="{{ 'PROJECT.MEMBER.TITLEDESC' | translate }}" (addClicked)="openAddMember()"
|
|
(showDetailClicked)="showDetail()" (refreshClicked)="loadMembers()" [disabled]="false">
|
|
</app-contributors>
|
|
</div>
|
|
</app-meta-layout> |