All checks were successful
Build and publish the docker image / build (push) Successful in 58s
Signed-off-by: ngn <ngn@ngn.tf>
18 lines
254 B
HTML
18 lines
254 B
HTML
<table class="result">
|
|
<tr>
|
|
{{range .fields}}
|
|
<th>{{.}}</th>
|
|
{{end}}
|
|
</tr>
|
|
{{range .entries}}
|
|
<tr>
|
|
{{range .}}
|
|
<td>
|
|
{{.Text}}
|
|
<i>{{.Detail}}</i>
|
|
</td>
|
|
{{end}}
|
|
</tr>
|
|
{{end}}
|
|
</table>
|