X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-tab-cloud.html;h=c92b416bfbe833904716c6d545bd39b7b77a38af;hb=fe521345ce5e1c8ca2f3d9d7f20bb4c910390f9a;hp=436af6961a467fdb8455232b1aa9f0e5d1b948a3;hpb=ddcdaf8d61df7f4a2a0da11c23190b56ed914464;p=myslice.git diff --git a/portal/templates/slice-tab-cloud.html b/portal/templates/slice-tab-cloud.html index 436af696..c92b416b 100644 --- a/portal/templates/slice-tab-cloud.html +++ b/portal/templates/slice-tab-cloud.html @@ -1,58 +1,80 @@ {% extends "layout_wide.html" %} +{% load portal_filters %} {% block head %} {% endblock %} @@ -420,63 +555,51 @@ $(document).ready(function() { {{post_values}} {% for platform in platforms %} {% if platform in cloud_platforms %} - -
+ + +

{{ platform }}

// display only if VMs already in slice

VMs in slice {{slicename}}

-
- {% csrf_token %} -
-

Create new VMs

- {% endif %}