We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034460d commit ae9407cCopy full SHA for ae9407c
servicex_app/servicex_app/templates/requests_table.html
@@ -63,7 +63,7 @@
63
</td>
64
<td id="replicas-{{ req.request_id }}">-</td>
65
<td>
66
- {% if req.status.string_name == 'Running' %}
+ {% if not req.status.is_complete %}
67
<button id="cancel-{{ req.request_id }}"
68
onclick="fetch('/servicex/transformation/{{ req.request_id }}/cancel').then((res) => location.reload())"
69
type="button" class="btn btn-danger btn-sm">
0 commit comments