{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_iconfig_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:updatefilesystems' host_id %}{% endblock %} {% block modal_id %}edit_iconfig_modal{% endblock %} {% block modal-header %}{% trans "Edit Filesystems" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "From here you can update the configuration of the host filesystems." %}

{% trans "WARNING: Filesystem sizes can not be decreased after configuration operation. " %}

{% trans "Major Alarms will be raised against the affected hosts until the configuration operation is successfully completed." %}

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