Add help tooltips for components

This commit is contained in:
shamoon
2024-01-13 17:39:18 -08:00
parent 16cc7415c1
commit 1c9550d116
11 changed files with 286 additions and 163 deletions

View File

@@ -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>