{% extends 'vm-base.html' %} {% block title %}{{ vm.hostname }} - Console{% endblock %} {% block content %}

This page can be used to access the virtual machine directly from this webpage. Due to lack of ability to use copy and paste with the console it is usually preferable to use SSH or RDP to access the machines.

{% block scripts %} {{ super() }} {% endblock %} {% endblock %}