Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / templates / institution.html
index f2a53d5..6026b71 100644 (file)
@@ -92,7 +92,7 @@
             */
         });
         {% if person %}
-        $.getJSON("/rest/slice/", function( data ) {
+        $.post("/rest/slice/",{'filters':{'parent_authority':'ple.upmc'}}, function( data ) {
             var list_slices = [];
             var table_slices = [];
             /* "slice_hrn", "slice_description", "slice_type", "parent_authority", "created", "nodes", "slice_url", "slice_last_updated", "user", "slice_urn", "slice_expires" */