From b30521a6af42a2ef30cb679f1afdfeefdd6a5add Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Tue, 4 Mar 2014 11:38:10 +0100 Subject: [PATCH] Testbeds list: using network_hrn --- portal/static/js/myslice-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { }); }); -- 2.47.0