Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 4 Mar 2014 10:40:47 +0000 (11:40 +0100)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 4 Mar 2014 10:40:47 +0000 (11:40 +0100)
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() {
                        
                });
        });