fix: features (#1611)

This commit is contained in:
Livio Amstutz
2021-04-19 09:19:10 +02:00
committed by GitHub
parent b172cc2a82
commit edc0958e41
4 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
<div *ngIf="features" class="tier">
<mat-icon class="icon">stars</mat-icon>
<div class="text" *ngIf="features.tier">
<p class="title"><strong>ZITADEL {{features.tier.name}}</strong></p>
<p class="title"><strong>{{features.tier.name}}</strong></p>
<p>{{features.tier?.description}}</p>
<p>{{'FEATURES.TIERSTATES.'+features.tier.state | translate}}</p>
<p>{{features.tier?.statusInfo}}</p>
@@ -29,4 +29,4 @@
(showDetailClicked)="showDetail()" (refreshClicked)="loadMembers()" [disabled]="false">
</app-contributors>
</div>
</app-meta-layout>
</app-meta-layout>