Fixed the problem that Wake On Lan does not work when BASE_PATH is set. (#229)

Fix time display issue in iOS WebKit.
This commit is contained in:
ned3y2k 2022-09-30 17:39:12 +09:00 committed by GitHub
parent 63d6e1f391
commit 887bc778df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 }}