{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}restart_form{% endblock form_id%} {% block form_action %}{% url 'horizon:admin:hypervisors:restart' %}?{{ request.GET.urlencode }}{% endblock form_action%} {% block modal-body %} {% block Description %}

{% trans "Description:" %}

{% trans "Restart node(s) with power management subsystem." %}

{% endblock Description %}

{% trans "Hypervisors" %} {{ hypervisors_count }} / {% trans "Instances" %} {{ servers_count }}

{% for hypervisor in hypervisors %} {% endfor %}
    {% trans "Hostname" %} {% trans "Node title" %} {% trans "Type" %} {% trans "Assigned image" %} {% trans "State" %} {% trans "Power state" %} {% trans "Reserved" %} {% trans "Instances" %}
{{ forloop.counter }} {{ hypervisor.hypervisor_hostname }} {{ hypervisor.tnx_node_title }} {{ hypervisor.hypervisor_type }} {{ hypervisor.tnx_image_name }} {{ hypervisor.state }} {{ hypervisor.tnx_power_state }} {{ hypervisor.tnx_is_reserved | yesno | capfirst }} {{ hypervisor.running_vms }}
{# {% include "hypervisors/_vm_table.html" %}#} {% endblock modal-body %}