layout and style changes
[myslice.git] / portal / static / js / myslice-ui.js
index b6b7ca5..0419986 100644 (file)
@@ -34,8 +34,8 @@ $(document).ready(function() {
                });
        });
        
-       
-       oTable.load("/table/resource/", {'columns' : ['hostname','country','type'], 'filters' : { 'country' : 'France' } }, function(data) {
+       //{'columns' : ['hostname','country','type'], 'filters' : { 'country' : 'France' } }
+       oTable.load("/table/resource/", {'columns' : ['hostname','country','type'] }, function(data) {
                $(this).dataTable( {
                        "sScrollY": window.innerHeight - 275,
                        "sDom": "frtiS",