From 70443356d40048936da1dc5e35f6f3f96a5d39d9 Mon Sep 17 00:00:00 2001 From: facundo Farias Date: Thu, 6 Mar 2014 17:21:02 -0300 Subject: [PATCH] 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 --- .../flavors/templates/flavors/_update.html | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update.html diff --git a/openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update.html b/openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update.html deleted file mode 100644 index 93e0ba7b29..0000000000 --- a/openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update.html +++ /dev/null @@ -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 %} -
-
- {% include "horizon/common/_form_fields.html" %} -
-
-
-

{% trans "Description" %}:

-

{% trans "From here you can alter the sizing of the current flavor." %}

-

{% trans "Note: this will not affect the resources allocated to any existing instances using this flavor." %}

-
-{% endblock %} - -{% block modal-footer %} - - {% trans "Cancel" %} -{% endblock %}