From: Loic Baron Date: Fri, 4 Dec 2015 09:50:51 +0000 (+0100) Subject: Cloud plugin includes Fuseco X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=fe521345ce5e1c8ca2f3d9d7f20bb4c910390f9a Cloud plugin includes Fuseco --- 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 %}