From: Loic Baron Date: Tue, 4 Mar 2014 10:38:10 +0000 (+0100) Subject: Testbeds list: using network_hrn X-Git-Tag: myslice-1.1~243^2~1^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b30521a6af42a2ef30cb679f1afdfeefdd6a5add;p=unfold.git Testbeds list: using network_hrn --- diff --git a/portal/static/js/myslice-ui.js b/portal/static/js/myslice-ui.js index 7f740d39..364d76d9 100644 --- a/portal/static/js/myslice-ui.js +++ b/portal/static/js/myslice-ui.js @@ -17,7 +17,7 @@ $(document).ready(function() { /* Testbeds list */ $("div#testbed-list").ready(function() { - $("table#testbedList").load("/table/network/", { "fields" : ["platform"], "options": ["checkbox"] }, function() { + $("table#testbedList").load("/table/network/", { "fields" : ["network_hrn","description"], "options": ["checkbox"] }, function() { }); });