mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-25 19:54:06 +03:00
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:
parent
efbc36d61f
commit
b6c33b5aa8
2 changed files with 26 additions and 12 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue