diff --git a/instances/templates/add_instance_volume.html b/instances/templates/add_instance_volume.html new file mode 100644 index 0000000..ef7cb48 --- /dev/null +++ b/instances/templates/add_instance_volume.html @@ -0,0 +1,91 @@ +{% load i18n %} +{% if request.user.is_superuser and status == 5 %} + + + + + +
+{% endif %} diff --git a/instances/templates/instances.html b/instances/templates/instances.html index 28a6d34..2383178 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -66,12 +66,12 @@Name Description |
- Host User |
- Status | -VCPU | -Memory | -Actions | +{% trans 'Name' %} {% trans 'Description' %} |
+ {% trans 'Host' %} {% trans 'User' %} |
+ {% trans 'Status' %} | +{% trans 'VCPU' %} | +{% trans 'Memory' %} | +{% trans 'Actions' %} |
---|