Run early
This commit is contained in:
@@ -276,9 +276,6 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
|
||||
<tr>
|
||||
<td>Utilities</td>
|
||||
<td colspan="2">
|
||||
<form method="get" action="/logs/upload">
|
||||
<input type="submit" value="Upload logs" /> Share the link to get help
|
||||
</form>
|
||||
<form method="post" action="/torrents/dump">
|
||||
<input type="submit" value="Dump torrents" /> Copy all your zurgtorrent files to your dump folder
|
||||
</form>
|
||||
@@ -295,6 +292,9 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
|
||||
<tr>
|
||||
<td>Debug</td>
|
||||
<td colspan="2">
|
||||
<form method="get" action="/logs/upload">
|
||||
<input type="submit" value="Upload logs" /> Share the link to get help
|
||||
</form>
|
||||
<form method="post" action="/reboot-worker">
|
||||
<input type="submit" value="Reboot worker pool" />
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user