diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/system/logs/logs.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/system/logs/logs.component.html b/client/src/app/+admin/system/logs/logs.component.html index 18011b205..c945c1fdc 100644 --- a/client/src/app/+admin/system/logs/logs.component.html +++ b/client/src/app/+admin/system/logs/logs.component.html | |||
@@ -28,7 +28,7 @@ | |||
28 | </ng-option> | 28 | </ng-option> |
29 | </ng-select> | 29 | </ng-select> |
30 | 30 | ||
31 | <my-select-tags i18n-placeholder placeholder="Filter logs by tags" [(ngModel)]="tagsOneOf" (ngModelChange)="refresh()"></my-select-tags> | 31 | <my-select-tags *ngIf="!isAuditLog()" i18n-placeholder placeholder="Filter logs by tags" [(ngModel)]="tagsOneOf" (ngModelChange)="refresh()"></my-select-tags> |
32 | 32 | ||
33 | <my-button i18n-label label="Refresh" icon="refresh" (click)="refresh()"></my-button> | 33 | <my-button i18n-label label="Refresh" icon="refresh" (click)="refresh()"></my-button> |
34 | </div> | 34 | </div> |