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

On this page you have a list of all snapshots for this VM

This page can be used to rollback a VM to an earlier snapshot. This will result in data loss for everything after so only do this if the VM is in a completely broken state.

{% for snapshot in snapshots %} {% endfor %}
Snapshot name Description Date Restore
{{snapshot.name}} {{snapshot.description}} {{snapshot.snaptime | datetime_format}}
{% endblock %}