mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Feature: help tooltips (#5383)
This commit is contained in:
parent
ad07791bac
commit
58aacd4814
13 changed files with 293 additions and 170 deletions
|
|
@ -1,4 +1,8 @@
|
|||
<pngx-page-header title="Logs" i18n-title>
|
||||
<pngx-page-header
|
||||
title="Logs"
|
||||
i18n-title
|
||||
info="Review the log files for the application and for email checking."
|
||||
i18n-info>
|
||||
<div class="form-check form-switch" (click)="toggleAutoRefresh()">
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="autoRefreshSwitch" [attr.checked]="autoRefreshInterval">
|
||||
<label class="form-check-label" for="autoRefreshSwitch" i18n>Auto refresh</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue