clickable index rows

This commit is contained in:
BroodjeAap 2022-07-25 18:43:12 +00:00
parent fbba291874
commit f25fa90934

View file

@ -9,9 +9,9 @@
</thead>
<tbody>
{{ range . }}
<tr>
<td>{{ .Name }}</td>
<td>{{ .Interval }}</td>
<tr class="pointer" onclick="window.location='/watch/view/{{ .ID }}'">
<td class="h3">{{ .Name }}</td>
<td class="h3">{{ .Interval }}</td>
<td>
<form action="/query/delete" method="post">
<input type="hidden" name="id" value="{{ .ID }}">