mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-09 03:46:12 -06:00
Update logs.component.html
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
i18n-info>
|
||||
<div class="input-group input-group-sm align-items-center">
|
||||
<div class="input-group input-group-sm me-3">
|
||||
<span class="input-group-text" i18n>Show</span>
|
||||
<span class="input-group-text text-muted" i18n>Show</span>
|
||||
<input class="form-control" type="number" min="100" step="100" [(ngModel)]="limit" (ngModelChange)="reloadLogs()" style="width: 100px;">
|
||||
<span class="input-group-text" i18n>lines</span>
|
||||
<span class="input-group-text text-muted" i18n>lines</span>
|
||||
</div>
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" role="switch" [(ngModel)]="autoRefreshEnabled">
|
||||
|
||||
Reference in New Issue
Block a user