Skip to content

Commit

Permalink
Move queue buttons to the right (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam authored Mar 1, 2021
1 parent 8e21b0b commit ed8c453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/dashboard/templates/crashed.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h4>
Crashed tasks
{% if queue.crashed_tasks %}
<div class="btn-group">
<div class="btn-group float-right">
<form action={{url_for("restart_queue_tasks", queue_name=name)}} method="POST" id="restartTask">
<button class="btn btn-sm btn-secondary mr-1" type="submit" form="restartTask" value="Submit" title="restart all tasks">Restart all</button>
</form>
Expand Down

0 comments on commit ed8c453

Please sign in to comment.