From: Pedro, Carlos and Rezende Date: Fri, 24 Oct 2014 18:00:22 +0000 (-0200) Subject: Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into fibre X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=d9c4cf9cd7f3269068e048563b2975d26af2ae70 Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into fibre Conflicts: portal/homeview.py portal/sliceresourceview.py portal/templates/slice-resource-view.html --- d9c4cf9cd7f3269068e048563b2975d26af2ae70 diff --cc manifoldapi/static/js/manifold.js index 31d4b000,ca111de7..01b48f51 --- a/manifoldapi/static/js/manifold.js +++ b/manifoldapi/static/js/manifold.js @@@ -1111,6 -1115,6 +1116,9 @@@ var manifold = * otherwise, publish the main object as well as subqueries * XXX how much recursive are we ? */ ++ if (records == null){ ++ records = Array(); ++ } if (manifold.pubsub_debug) messages.debug (">>>>> publish_result_rec " + query.object); if (manifold.query_expects_unique_result(query)) { diff --cc portal/templates/fibre/fibre_home-view.html index b04b911d,00000000..347be8c0 mode 100644,000000..100644 --- a/portal/templates/fibre/fibre_home-view.html +++ b/portal/templates/fibre/fibre_home-view.html @@@ -1,184 -1,0 +1,185 @@@ +{% extends "layout_base.html" %} +{% load portal_filters %} + +{% block content %} + +{% if username %} +
+
+ {%if 'is_pi' in pi %} +
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+

Your slices + + + +

+
+
+
Loading Slices
+
+
+
+

MANAGEMENT

+
+ +
+
+ +
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Email: {{person.email}} +
+
+
+ {%else%} +
+
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+

Your slices + + +

+
+
+
Loading Slices
+
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Email: {{person.email}} +
+
+
+ {%endif%} + +
+{% else %} +
+
+
+
+

+ FIBRE: Future Internet testbeds experimentation between Brazil and Europe +

+

+ Access variety of testbeds through your account +

+
+
+
+ {% include 'fibre__widget-login-fed-manager.html' %} - CAFe authentication ++ ++ CAFe Expresso authentication +
+
+
+
+
+{% endif %} + + + +{% endblock %} diff --cc portal/templates/fibre/fibre_slice-resource-view.html index 17e13830,17e13830..bc2a2ed2 --- a/portal/templates/fibre/fibre_slice-resource-view.html +++ b/portal/templates/fibre/fibre_slice-resource-view.html @@@ -54,6 -54,6 +54,7 @@@ $(document).ready(function() @@@ -91,8 -91,8 +92,12 @@@
{{map_resources}}
++
++

{{vms_list}}

++

{{vm_form}}

++

{{below_table}}

++
--

{{welcome}}

{{flowspaces}}

{{flowspaces_form}}

@@@ -101,12 -101,12 +106,11 @@@

{{resources}}

{{below_table}}

--
{{scheduler}}
-- ++