Fix commit
authorpierre <pierre.vigreux@lip6.fr>
Mon, 3 Mar 2014 14:35:56 +0000 (15:35 +0100)
committerpierre <pierre.vigreux@lip6.fr>
Mon, 3 Mar 2014 14:35:56 +0000 (15:35 +0100)
portal/static/js/myslice-ui.js

index 0419986..f1492e3 100644 (file)
@@ -29,7 +29,7 @@ $(document).ready(function() {
        
        /* Testbeds list */
        $('div#testbed-list').ready(function() {
-               $('table#testbedList').load("/table/testbed", function() {
+               $('table#testbedList').load("/table/network/",{'fields' : ['platform'], 'options': ['checkbox']}, function() {
                        
                });
        });
@@ -80,4 +80,4 @@ $.ajaxSetup({
              xhr.setRequestHeader("X-CSRFToken", getCookie('csrftoken'));
          }
      } 
-});
\ No newline at end of file
+});