mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +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:
|
Build:
|
||||||
<ul style="list-style: none;">
|
<ul style="list-style: none;">
|
||||||
<li>Commit: {{ .Info.Commit }}</li>
|
<li>Commit: {{ .Info.Commit }}</li>
|
||||||
<li>Host: {{ .Info.BuildHost }}</li>
|
<li>Date: {{ .Info.Time }}</li>
|
||||||
<li>Date: {{ .Info.BuildDate }}</li>
|
<li>Source: {{ .Info.Source }}</li>
|
||||||
<li>Source: {{ .Info.BuildSource }}</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue