FIX: you could not manually trigger jobs via sidekiq ui

This commit is contained in:
Sam 2015-08-24 16:44:25 +10:00
parent 10b8e43a92
commit f85b59b6d4
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
</td>
<td>
<form action="<%= "#{root_path}scheduler/#{schedule}/trigger" %>" method="post">
<%= csrf_tag if respond_to?(:csrf_tag) %>
<input class="btn btn-danger btn-small" type="submit" name="trigger" value="Trigger" data-confirm="Are you sure you want to trigger this job?" />
</form>
</td>