{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_cpufunctions_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:editcpufunctions' host_id %}{% endblock %} {% block modal-header %}{% trans "Edit CPU Assignments" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "From here you can update the configuration of the current CPU Assignments." %}

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