Fixed the problem that Wake On Lan does not work when BASE_PATH is set.

Fix time display issue in iOS WebKit.
This commit is contained in:
ned3y2k 2022-09-26 01:36:59 +09:00
parent efbc36d61f
commit b6c33b5aa8
2 changed files with 26 additions and 12 deletions

View file

@ -103,7 +103,7 @@
<span class="info-box-text"><i class="fas fa-clock"></i>
<span class="latest-used">
{{ if .LatestUsed }}
{{ .LatestUsed }}
{{ .LatestUsed.Format "2006-01-02T15:04:05Z07:00"}}
{{ else }}
Unused
{{ end }}