<ahref="/computing/?action=delete&uuid={{ data.computing.uuid }}"onclick="return confirm('Are you sure you want to delete this computing resource?');">Delete</a>
|
<ahref="/computing/?action=duplicate&uuid={{ data.computing.uuid }}"onclick="return confirm('Duplicate this computing resource?');">Duplicate</a>
</td>
</tr>
{% endif %}
</table>
</div>
{% else %}
{% load computing_helpers %}
{% is_computing_configured computing request.user as computing_configured %}
<!-- Insert an "if false" here to let the computing show up even when creating the task but to not allow to be chosen (greyed out button) -->
<ahref="/computing/?action=delete&uuid={{ computing.uuid }}"onclick="return confirm('Are you sure you want to delete this computing resource?');">Delete</a>
|
<ahref="/computing/?action=duplicate&uuid={{ computing.uuid }}"onclick="return confirm('Duplicate this computing resource?');">Duplicate</a>