Fix timestamp output position.
ci/woodpecker/push/build Pipeline is pending Details

This commit is contained in:
Captain ALM 2023-08-14 23:41:55 +01:00
parent c209cf05ba
commit d393888050
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
1 changed files with 3 additions and 1 deletions

View File

@ -194,12 +194,14 @@
<td>{{ .Queried.PreviewChatEnforced }}</td>
</tr>
{{ end }}
{{ end }}
{{ end }}
{{ if .ExtendedShown }}
<tr>
<th>Last Update Time</th>
<td>{{ .Queried.GetTimestamp }}</td>
</tr>
{{ end }}
{{ end }}
</table>
</p>
{{ if and (and .PlayersShown .Online) (and .Data.AllowPlayerCountDisplay .Data.AllowPlayerListing) }}