Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[unfold.git] / portal / static / js / myslice-ui.js
index 7442df6..4437941 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() {
                        
                });
        });