{% extends 'frontend/enclosures/enclosure.html' %} {% block tabcontent %} {% include 'frontend/snippet.filterbar.html' %} {% include 'frontend/snippet.paginator.html' %}
| FQDN | {% if view == 'virtual' %}{% endif %} | Active Distribution | {% if view != 'free' and view != 'my' %}Reserved By | {% endif %}CPU | RAM (GB) | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{ machine.fqdn }} {% if machine.administrative or machine.system.administrative %} {% endif %} {% if machine.system.virtual %} {% endif %} {% if machine.is_bmc %} {% endif %} | {% if view == 'virtual' %}{% if machine.vm_dedicated_host %} {% endif %} | {% endif %}{% if machine.bmc %} {% endif %} | {% if machine.serialconsole %} {% endif %} | {% if machine.remotepower %} {% endif %} | {{ machine.get_active_distribution.distribution|truncatechars:50 }} | {% if view != 'free' and view != 'my' %}{{ machine.reserved_by|default_if_none:" " }} | {% endif %}{{ machine.cpu_cores }}x | {{ machine.cpu_model }} | {{ machine.ram_amount }} |