{% extends 'machines/machine.html' %} {% load tags %} {% block tabcontent %}
Virtual Machines
Managed by Orthos
{% for vm in machine.get_virtual_machines %} {% vm_record request vm %} {% endfor %}
FQDN MAC Address Owner IPv4 IPv6 SSH Login Action
VM list
loading...
Actions
{% endblock %} {% block javascript %} {% endblock %}