mirror of
https://github.com/safing/portmaster
synced 2025-04-17 17:39:10 +00:00
spn: fix http info page template
This commit is contained in:
parent
7ca6956501
commit
b2acbe38d2
1 changed files with 2 additions and 3 deletions
|
@ -99,9 +99,8 @@
|
|||
Build:
|
||||
<ul style="list-style: none;">
|
||||
<li>Commit: {{ .Info.Commit }}</li>
|
||||
<li>Host: {{ .Info.BuildHost }}</li>
|
||||
<li>Date: {{ .Info.BuildDate }}</li>
|
||||
<li>Source: {{ .Info.BuildSource }}</li>
|
||||
<li>Date: {{ .Info.Time }}</li>
|
||||
<li>Source: {{ .Info.Source }}</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue