From ef984dd40c0b33c8af3cc3da64499e3fac85de85 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 3 Mar 2014 15:35:56 +0100 Subject: [PATCH] Fix commit --- portal/static/js/myslice-ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}); -- 2.47.0