{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_storagevolume_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:editstoragevolume' host_id stor_uuid %}{% endblock %} {% block modal-header %}{% trans "Edit Storage Volume" %}{% endblock %} {% block modal-body %}
{% trans "From here you can edit the configuration of an existing storage volume." %}