mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-22 03:44:36 +02:00
auth filter status fix
This commit is contained in:
parent
d8434b5fec
commit
f4c785f7f1
1 changed files with 8 additions and 3 deletions
|
@ -45,12 +45,17 @@
|
||||||
<mat-select placeholder="State" (ngModelChange)="reinitgrid('state',$event)"
|
<mat-select placeholder="State" (ngModelChange)="reinitgrid('state',$event)"
|
||||||
[(ngModel)]="filters['state']" #multiSelect>
|
[(ngModel)]="filters['state']" #multiSelect>
|
||||||
<mat-option value="All">All</mat-option>
|
<mat-option value="All">All</mat-option>
|
||||||
<mat-option *ngFor="let ac of ['Logged In','Logged Out','Failed']" [value]="ac">
|
<mat-option value="loggedin">
|
||||||
{{ac}}
|
Logged In
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="loggedout">
|
||||||
|
Logged Out
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="failed">
|
||||||
|
Failed
|
||||||
</mat-option>
|
</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field >
|
</mat-form-field >
|
||||||
|
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<mat-label>Server</mat-label>
|
<mat-label>Server</mat-label>
|
||||||
<mat-select placeholder="Server" (ngModelChange)="reinitgrid('server',$event)"
|
<mat-select placeholder="Server" (ngModelChange)="reinitgrid('server',$event)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue