fixed the cancel button look in migrate host
In migrate host form the cancel button looks odd when compare to other cancel buttons. This patch making the cancel button looks uniform with others. Change-Id: I587fa271406fdb9b2f556d84326574a3502dfa21 Closes-Bug: #1474782
This commit is contained in:
parent
279f0f13a4
commit
4f16e12094
@ -20,5 +20,5 @@
|
||||
|
||||
{% block modal-footer %}
|
||||
<input class="btn btn-primary pull-right" type="submit" value="{% trans "Migrate Host" %}" />
|
||||
<a href="{% url 'horizon:admin:hypervisors:index' %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
|
||||
<a href="{% url 'horizon:admin:hypervisors:index' %}" class="btn btn-default cancel close">{% trans "Cancel" %}</a>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user