oduwsdl / hypercane

A toolkit for developing algorithms that sample mementos from a web archive collection.

Home Page:https://oduwsdl.github.io/hypercane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Wooey's Re-run and Resubmit buttons from the Hypercane GUI

shawnmjones opened this issue · comments

They are confusing to us and will likely be so for users. Until we can articulate how to use them, we should remove them.

We just need someone to remove the lines from hypercane-gui/templates/jobs/job_view.html:

<button class="btn btn-primary btn-warning status-completed-toggle status-revoked-toggle status-failure-toggle" name="celery-command" value="rerun" type="submit">
<span class="glyphicon glyphicon-repeat" aria-hidden="true"></span> {% trans "Re-run" %}
</button>
<button class="btn btn-warning" name="celery-command" value="resubmit" type="submit">
<span class="glyphicon glyphicon-repeat" aria-hidden="true"></span> {% trans "Resubmit" %}
</button>