Skip to content

Commit 87a0396

Browse files
authored
Fix admin monitoring margin (#14134)
1 parent 5b95831 commit 87a0396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/admin/monitor.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
</h4>
99
<div class="ui attached table segment">
1010
<form method="post" action="{{AppSubUrl}}/admin">
11-
<input type="hidden" name="from" value="monitor"/>
12-
{{.CsrfTokenHtml}}
1311
<table class="ui very basic striped table">
1412
<thead>
1513
<tr>
@@ -34,6 +32,8 @@
3432
{{end}}
3533
</tbody>
3634
</table>
35+
<input type="hidden" name="from" value="monitor"/>
36+
{{.CsrfTokenHtml}}
3737
</form>
3838
</div>
3939

0 commit comments

Comments
 (0)