From: pierre Date: Mon, 3 Mar 2014 14:35:56 +0000 (+0100) Subject: Fix commit X-Git-Tag: myslice-1.1~253 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ef984dd40c0b33c8af3cc3da64499e3fac85de85;p=unfold.git Fix commit --- diff --git a/portal/static/js/myslice-ui.js b/portal/static/js/myslice-ui.js index 04199868..f1492e32 100644 --- a/portal/static/js/myslice-ui.js +++ b/portal/static/js/myslice-ui.js @@ -29,7 +29,7 @@ $(document).ready(function() { /* Testbeds list */ $('div#testbed-list').ready(function() { - $('table#testbedList').load("/table/testbed", function() { + $('table#testbedList').load("/table/network/",{'fields' : ['platform'], 'options': ['checkbox']}, function() { }); }); @@ -80,4 +80,4 @@ $.ajaxSetup({ xhr.setRequestHeader("X-CSRFToken", getCookie('csrftoken')); } } -}); \ No newline at end of file +});