On flavors menu, the _update.html file was deleted.
The openstack_dashboard/dashboards/admin/flavors/templates/ flavors/_update.html is not longer used, so it was deleted. Change-Id: I88c5b6c75d577cadc1e533a466ecc6489eefcdc8 Closes-Bug: #1288968
This commit is contained in:
parent
6a818a1c25
commit
70443356d4
@ -1,27 +0,0 @@
|
||||
{% extends "horizon/common/_modal_form.html" %}
|
||||
{% load i18n %}
|
||||
{% load url from future %}
|
||||
|
||||
{% block form_id %}edit_flavor_form{% endblock %}
|
||||
{% block form_action %}{% url 'horizon:admin:flavors:update' flavor_id %}{% endblock %}
|
||||
|
||||
{% block modal_id %}edit_flavor_modal{% endblock %}
|
||||
{% block modal-header %}{% trans "Edit Flavor" %}{% endblock %}
|
||||
|
||||
{% block modal-body %}
|
||||
<div class="left">
|
||||
<fieldset>
|
||||
{% include "horizon/common/_form_fields.html" %}
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="right">
|
||||
<h3>{% trans "Description" %}:</h3>
|
||||
<p>{% trans "From here you can alter the sizing of the current flavor." %}</p>
|
||||
<p>{% trans "Note: this will not affect the resources allocated to any existing instances using this flavor." %}</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block modal-footer %}
|
||||
<input class="btn btn-primary pull-right" type="submit" value="{% trans "Save" %}" />
|
||||
<a href="{% url 'horizon:admin:flavors:index' %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user