From fe521345ce5e1c8ca2f3d9d7f20bb4c910390f9a Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Fri, 4 Dec 2015 10:50:51 +0100 Subject: [PATCH] Cloud plugin includes Fuseco --- portal/templates/slice-tab-cloud.html | 553 ++++++++++++++++---------- 1 file changed, 338 insertions(+), 215 deletions(-) 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 %} -- 2.43.0