clickable index rows
This commit is contained in:
parent
fbba291874
commit
f25fa90934
1 changed files with 3 additions and 3 deletions
|
@ -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 }}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue