Add fetch button to edit source page

This commit is contained in:
Tim Van Baak 2025-02-20 15:47:31 -08:00
parent eefb2e27a3
commit 2437b61c87

View File

@ -50,5 +50,10 @@
</form> </form>
</tr> </tr>
</table> </table>
<p>Fetch:</p>
<form method="post" action="/source/{{ .Name }}/fetch">
<button type="submit">fetch</button>
</form>
</nav> </nav>
{{- end }} {{- end }}