Don't display log level in audit logs view
This commit is contained in:
parent
dfed7846e2
commit
1227fe070e
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
||||||
(ngModelChange)="refresh()"
|
(ngModelChange)="refresh()"
|
||||||
[clearable]="false"
|
[clearable]="false"
|
||||||
[searchable]="false"
|
[searchable]="false"
|
||||||
|
*ngIf="!isAuditLog()"
|
||||||
>
|
>
|
||||||
<ng-option *ngFor="let levelChoice of levelChoices" [value]="levelChoice.id">
|
<ng-option *ngFor="let levelChoice of levelChoices" [value]="levelChoice.id">
|
||||||
<ng-container *ngIf="levelChoice.id === 'debug'"><span style="font-size:80%;color:lightgray;vertical-align:text-top;">⬤</span> {{ levelChoice.label }}</ng-container>
|
<ng-container *ngIf="levelChoice.id === 'debug'"><span style="font-size:80%;color:lightgray;vertical-align:text-top;">⬤</span> {{ levelChoice.label }}</ng-container>
|
||||||
|
|
Loading…
Reference in a new issue