diff --git a/instances/templates/instances/snapshots_tab.html b/instances/templates/instances/snapshots_tab.html index 803fac3..d6eb88e 100644 --- a/instances/templates/instances/snapshots_tab.html +++ b/instances/templates/instances/snapshots_tab.html @@ -17,16 +17,20 @@
{% trans "This may take more than an hour, depending on how much content is on your instance and how large the disk is. It could cause web server timeout.." %}
+ {% if instance.status != 5 %} +{% 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 "Name" %} | {% trans "Date" %} | +{% trans "Name" %} | +{% trans "Description" %} | {% trans "Action" %} | {% for snap in instance.snapshots %}
---|---|---|---|---|
{{ snap.name }} | {{ snap.date|date:"M d H:i:s" }} | +{{ snap.name }} | +{{ snap.description }} |