drop redundant

main
bel 2024-04-13 23:50:54 -06:00
parent 444ca5d0ca
commit 6411011e62
1 changed files with 1 additions and 3 deletions

View File

@ -56,8 +56,7 @@
<th>TS</th>
<th>Event</th>
<th>EventName</th>
<th>LastPlaintext</th>
<th>Source</th>
<th>Latest</th>
</tr>
{{ range .events.Events }}
<tr>
@ -65,7 +64,6 @@
<td><a href="https://TODO">{{ .Event }}</a></td>
<td>{{ .First.EventName }}</td>
<td><a href="{{ .Last.Source }}">{{ .Last.Plaintext }}</a></td>
<td><a href="{{ .First.Source }}">link</a></td>
</tr>
{{ end }}
</table>