mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 16:22:06 +00:00
fix(console): rm mfa link, policy issues, consistency for table spacing (#585)
* rm console.logs * fix application table * fix project table padding * rm user mfa link * disable policy saving without desc * lint
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<ng-container *ngIf="((['iam.read','iam.write'] | hasRole)) as iamuser$">
|
||||
<mat-toolbar class="root-header">
|
||||
<button aria-label="Toggle sidenav" mat-icon-button (click)="drawer.toggle()">
|
||||
<mat-icon aria-label="Side nav toggle icon">menu</mat-icon>
|
||||
<i class="icon las la-bars"></i>
|
||||
</button>
|
||||
<a *ngIf="(isHandset$ | async) == false" class="title" [routerLink]="['/']">
|
||||
<img class="logo" alt="zitadel logo" *ngIf="componentCssClass == 'dark-theme'; else lighttheme"
|
||||
|
||||
Reference in New Issue
Block a user