diff options
author | zeripath <art27@cantab.net> | 2020-07-05 21:19:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-05 21:19:53 +0100 |
commit | 2bf987229a29a05fac6043186e0fa87dd509dffd (patch) | |
tree | 720cdc8bd26b07f19dbbaab6ce0e0d10f8d77b1b /templates | |
parent | f984a7e6c6bd1a8d973d17c42af197888d020154 (diff) | |
download | gitea-2bf987229a29a05fac6043186e0fa87dd509dffd.tar.gz gitea-2bf987229a29a05fac6043186e0fa87dd509dffd.zip |
Multiple small admin dashboard fixes (#12153) (#12156)
* Prevent (EXTRA string) comments in Task headers
* Redirect tasks started from monitor page back to monitor
* Fix #12107 - redirects from process cancel should use AppSubUrl
* When wrapping queues set the name correctly
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin/monitor.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/admin/monitor.tmpl b/templates/admin/monitor.tmpl index 2980a2e9d8..8dd0d939d7 100644 --- a/templates/admin/monitor.tmpl +++ b/templates/admin/monitor.tmpl @@ -8,6 +8,7 @@ </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> |