drop redundant
parent
444ca5d0ca
commit
6411011e62
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue