Merge "Fix CSS for "Cancel" button in workflow execution"
This commit is contained in:
commit
c402ad807d
@ -20,5 +20,5 @@
|
||||
|
||||
{% block modal-footer %}
|
||||
<input class="btn btn-primary pull-right" type="submit" value="{% trans "Execute" %}" />
|
||||
<a href="{% url 'horizon:mistral:workflows:index' %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
|
||||
<a href="{% url 'horizon:mistral:workflows:index' %}" class="btn btn-default cancel">{% trans "Cancel" %}</a>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user