]> source.dussan.org Git - gitea.git/commitdiff
Fix admin monitoring margin (#14134)
authorsilverwind <me@silverwind.io>
Wed, 23 Dec 2020 20:38:29 +0000 (21:38 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 20:38:29 +0000 (21:38 +0100)
templates/admin/monitor.tmpl

index 272ebff6c1002dc9cefaad73a6c65e09df08e52f..a8431cbd779cc56113c05a198ca6aa0da2721c9a 100644 (file)
@@ -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>