mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 15:00:01 +00:00

* project grant member edit * project grant member dialog, import cleanup * readd project roles * user login-methods cleanup * fix sw config, user grant context * delete user grants, context for creation, search * contributor box shadow * password to detail view * user detail notification * lint
15 lines
497 B
HTML
15 lines
497 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="{{ 'IAM.VIEWS.TITLE' | translate }}" description="{{ 'IAM.VIEWS.DESCRIPTION' | translate }}">
|
|
<app-iam-views></app-iam-views>
|
|
</app-card>
|
|
</div>
|
|
|
|
<metainfo class="side">
|
|
<app-iam-contributors>
|
|
</app-iam-contributors>
|
|
</metainfo>
|
|
</app-meta-layout> |