mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-21 19:34:30 +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)"
|
||||
[(ngModel)]="filters['state']" #multiSelect>
|
||||
<mat-option value="All">All</mat-option>
|
||||
<mat-option *ngFor="let ac of ['Logged In','Logged Out','Failed']" [value]="ac">
|
||||
{{ac}}
|
||||
<mat-option value="loggedin">
|
||||
Logged In
|
||||
</mat-option>
|
||||
<mat-option value="loggedout">
|
||||
Logged Out
|
||||
</mat-option>
|
||||
<mat-option value="failed">
|
||||
Failed
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field >
|
||||
|
||||
<mat-form-field>
|
||||
<mat-label>Server</mat-label>
|
||||
<mat-select placeholder="Server" (ngModelChange)="reinitgrid('server',$event)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue