diff --git a/create/templates/create_instance.html b/create/templates/create_instance.html index 897cccd..33eeca8 100644 --- a/create/templates/create_instance.html +++ b/create/templates/create_instance.html @@ -6,497 +6,518 @@ {% endblock %} {% block content %} - -
-
- {% include 'create_flav_block.html' %} -

{% trans "New instance on" %} {{ compute.name }}

-
-
- - {% include 'errors_block.html' %} - {% include 'pleasewaitdialog.html' %} + +
+
+

{% trans "New instance on" %} {{ compute.name }}

+
+
+ + {% include 'errors_block.html' %} + {% include 'pleasewaitdialog.html' %} -
-
-

-

+ +
+
+ {% if not flavors %} +
+
+ + {% trans "Warning:" %} {% trans "Hypervisor doesn't have any Flavors" %}
-
- -
- -
-
-
- -
- -
- -
-
- -
- -
- -
-
- -
-
    - -
- - -
-
-
- -
- -
- -
-
- -
- -
-
-
- -
-
    - -
- - -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
- {% if storages %} - - {% else %} - - {% endif %} - -
-
-
-
-
{% csrf_token %} -
- -
- -
-
-
- -
- -
-
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
-
-
- -
- -
- -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
- - {% if storages %} - - {% else %} - - {% endif %} -
-
-
-
-
-
{% csrf_token %} -
- - -
- -
-
-
-
-
- -
- {% if not flavors %} -
-
- - {% trans "Warning:" %} {% trans "Hypervisor doesn't have any Flavors" %} -
-
- {% else %} -
- -
- - - - - - - - - - - - - {% for flavor in flavors %} + {% else %} + {% include 'create_flav_block.html' %} + +
+
#{% trans "Name" %}{% trans "VCPU's" %}{% trans "RAM" %}{% trans "HDD" %}{% trans "Action" %}
+ - - - - - - + + + + + + + + + {% for flavor in flavors %} + + + + + + + - - - {% endfor %} - -
{{ forloop.counter }}{{ flavor.label }}{{ flavor.vcpu }}{{ flavor.memory }} {% trans "MB" %}{{ flavor.disk }} {% trans "GB" %} - #{% trans "Name" %}{% trans "VCPU's" %}{% trans "RAM" %}{% trans "HDD" %}{% trans "Action" %}
{{ forloop.counter }}{{ flavor.label }}{{ flavor.vcpu }}{{ flavor.memory }} {% trans "MB" %}{{ flavor.disk }} {% trans "GB" %} + -
{% csrf_token %} - - -
-
+ + + + + +
{% csrf_token %} + + +
+ + + {% endfor %} + + +
+ {% endif %} +
+
+ +
+
+
{% csrf_token %} +
+ +
+
- {% endif %} +
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
    + +
+ + +
+
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+ +
+
    + +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ {% if storages %} + + {% else %} + + {% endif %} +
+
+
+ +
+
+
{% csrf_token %} +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ + {% if storages %} + + {% else %} + + {% endif %} +
+
+
+
+ +
+
+
{% csrf_token %} +
+ + +
+ +
+
+
+
+
+ +
+ {% endblock %} {% block script %}