{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_host_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:update' host_id %}{% endblock %} {% block modal_id %}edit_host_modal{% endblock %} {% block modal-header %}{% trans "Edit Host" %}{% endblock %} {% block modal-body %}
{% trans "From here you can update the configuration of the current host." %}
{% trans "Note: this will not affect the resources allocated to any existing instances using this host." %}