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)
1  2 
portal/static/js/myslice-ui.js

@@@ -17,7 -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() {
                        
                });
        });
@@@ -43,7 -43,7 +43,7 @@@
                } );
                
                
 -              $("input[type=checkbox]").live('click',function() {
 +              $("input[type=checkbox]").click(function() {
                        var cnt = 0;
                        var id = $(this).val();
                        var row = $(this).parent().parent()