summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/admin/monitor.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/monitor.tmpl b/templates/admin/monitor.tmpl
index 272ebff6c1..a8431cbd77 100644
--- a/templates/admin/monitor.tmpl
+++ b/templates/admin/monitor.tmpl
@@ -8,8 +8,6 @@
</h4>
<div class="ui attached table segment">
<form method="post" action="{{AppSubUrl}}/admin">
- <input type="hidden" name="from" value="monitor"/>
- {{.CsrfTokenHtml}}
<table class="ui very basic striped table">
<thead>
<tr>
@@ -34,6 +32,8 @@
{{end}}
</tbody>
</table>
+ <input type="hidden" name="from" value="monitor"/>
+ {{.CsrfTokenHtml}}
</form>
</div>