Browse Source

Fix admin monitoring margin (#14134)

tags/v1.15.0-dev
silverwind GitHub 4 years ago
parent
commit
e1bf83a26d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/admin/monitor.tmpl

+ 2
- 2
templates/admin/monitor.tmpl View 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>



Loading…
Cancel
Save