Testbeds list: using network_hrn
authorLoic Baron <loic.baron@lip6.fr>
Tue, 4 Mar 2014 10:38:10 +0000 (11:38 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Tue, 4 Mar 2014 10:38:10 +0000 (11:38 +0100)
portal/static/js/myslice-ui.js

index 7f740d3..364d76d 100644 (file)
@@ -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() {
                        
                });
        });