add: more statistics
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-23 23:00:51 -05:00
parent 760b9ca0a0
commit 35ca021649
14 changed files with 558 additions and 150 deletions

View File

@@ -87,7 +87,7 @@
id="time_offset"
name="time_offset"
>
{{ range $item := GetUTCOffsets }}
{{ range $item := getUTCOffsets }}
<option
{{ if (eq $item.Value $.Data.TimeOffset) }}selected{{ end }}
value="{{ $item.Value }}"