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