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:
Max Peintner
2020-08-17 09:44:21 +02:00
committed by GitHub
parent f61b30420a
commit b0af932dfb
13 changed files with 15 additions and 29 deletions

View File

@@ -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"