Institution: List of slices
authorLoic Baron <loic.baron@lip6.fr>
Wed, 26 Feb 2014 18:32:37 +0000 (19:32 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Wed, 26 Feb 2014 18:32:37 +0000 (19:32 +0100)
portal/templates/institution.html

index 44aa55d..32a0e91 100644 (file)
             */
         });
         {% 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" */