generate elem with go
This commit is contained in:
@@ -69,12 +69,12 @@
|
||||
</a>
|
||||
</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap text-center text-sm font-medium">
|
||||
<button hx-put="/start/{{.}}" class="text-indigo-500 hover:text-indigo-400">
|
||||
<button hx-put="/start/{{.}}">
|
||||
Start
|
||||
</button>
|
||||
</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap text-center text-sm font-medium">
|
||||
<button hx-put="/pause/{{.}}" class="text-indigo-500 hover:text-indigo-400">
|
||||
<button hx-put="/pause/{{.}}">
|
||||
Pause
|
||||
</button>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user