X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_slice-view.html;h=294de8bc551d890d0099ff975e441252eeb85e58;hb=2fc48349ba63a91c852b96a3e475c7e6b411d91b;hp=a67d34b292771d05771650ab0482821c719e8db9;hpb=d251934bd71c678f552dc9a1d49c3f8efe102e1e;p=unfold.git diff --git a/portal/templates/onelab/onelab_slice-view.html b/portal/templates/onelab/onelab_slice-view.html index a67d34b2..294de8bc 100644 --- a/portal/templates/onelab/onelab_slice-view.html +++ b/portal/templates/onelab/onelab_slice-view.html @@ -1,61 +1,19 @@ {% extends "layout_wide.html" %} -{% block content %} -
-
-
- {% include theme|add:"_widget-slice-sections.html" %} -
-
- -
-
-
-
-
Loading Slices
- -
- - +{% endblock %} - if(val.slice_url=="undefined" || val.slice_url==null){ - slice_url=""; - }else{ - slice_url=""+val.slice_url+""; - } - - slice_row = "Description:"+val.slice_description+""; - slice_row += "url:"+val.slice_url+""; - slice_row += "users:"+user_length+""; - slice_row += "resources:"+nodes_length+""; - slice_row += "created:"+val.created+""; - slice_row += "last update:"+val.last_updated+""; - slice_row += "expires:"+val.slice_expires+""; - table_slices.push(slice_row); - }); - $("table#slice-tab").html(table_slices.join( "" )); - $("div#slice-tab-loaded").css("display","block"); - $("div#slice-tab-loading").css("display","none"); - }); - }); - +{% block content %} +{% include theme|add:"_widget-slice-sections.html" %} +
+
+
+
+
+ +
+
+ +
{% endblock %}