We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21243bb commit 689e7e8Copy full SHA for 689e7e8
templates/admin/dashboard.tmpl
@@ -15,7 +15,7 @@
15
{{.i18n.Tr "admin.dashboard.operations"}}
16
</h4>
17
<div class="ui attached table segment">
18
- <form method="post" action="{{.AppSubUrl}}/admin">
+ <form method="post" action="{{AppSubUrl}}/admin">
19
{{.CsrfTokenHtml}}
20
<table class="ui very basic table">
21
<tbody>
templates/admin/monitor.tmpl
@@ -7,7 +7,7 @@
7
{{.i18n.Tr "admin.monitor.cron"}}
8
9
10
11
12
<table class="ui very basic striped table">
13
<thead>
0 commit comments