mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-01 15:03:32 +00:00
* prettier member dialog, iam indicator * changes i18n * fix timestamp conversion, timestamp to date pipe * rm create, update iam policy * add iam policy * add iam section, members component * add iam contributors * gen admin protos * iam member search * update angular * update cdk material * add module for iam members * add iam roles to member dialog * home shortcuts * project view, i18n * lint
25 lines
824 B
HTML
25 lines
824 B
HTML
<app-meta-layout>
|
|
<div class="enlarged-container">
|
|
<h1>{{'IAM.DETAIL.TITLE' | translate}}</h1>
|
|
<p class="sub">{{'IAM.DETAIL.DESCRIPTION' | translate}}
|
|
</p>
|
|
<app-card title="{{ 'ORG.DOMAINS.TITLE' | translate }}"
|
|
description="{{ 'ORG.DOMAINS.DESCRIPTION' | translate }}">
|
|
</app-card>
|
|
</div>
|
|
|
|
<metainfo class="side">
|
|
<!-- <div class="details">
|
|
|
|
</div> -->
|
|
|
|
<!-- <mat-tab-group mat-stretch-tabs class="tab-group" disablePagination="true">
|
|
<mat-tab label="Details"> -->
|
|
<app-iam-contributors>
|
|
</app-iam-contributors>
|
|
<!-- </mat-tab>
|
|
<mat-tab label="{{ 'CHANGES.ORG.TITLE' | translate }}" class="flex-col">
|
|
</mat-tab>
|
|
</mat-tab-group> -->
|
|
</metainfo>
|
|
</app-meta-layout> |