{% load i18n %} {% load bootstrap_icons %}
{% trans "With running machine, internal snapshots may take more than an hour, depending on how much memory has on your instance and how large the disk is." %}
{% trans "Live snapshot could cause server timeout and instance might be paused!!!" %}
{% else %}{% trans "Create an internal snapshot" %}
{% endif %}{% trans "You can get external snapshots within this tab." %}
{% else %}{% trans "Create an external snapshot" %}
{% endif %}{% trans "External snapshots are experimental in this stage, use it if you know what you are doing. 'Revert Snapshot' may require manual operation with CLI." %}
{% trans "Choose a snapshot for restore/delete" %}
{% trans "Date" %} | {% trans "Name" %} | {% trans "Type - Description" %} | {% trans "Action" %} | {% if instance.snapshots %} {% for snap in instance.snapshots %}|
---|---|---|---|---|
{{ snap.date|date:"M d H:i:s" }} | {{ snap.name }} | ({% trans "Internal" %}) - {{ snap.description }} | ||
{{ ext_snap.date|date:"M d H:i:s" }} | {{ ext_snap.name }} | ({% trans "External" %}) - {{ ext_snap.description }} |
{% trans "You do not have any snapshots" %}
{% endif %}