From 09510a65d7518ae3996e7d87f021f88993878437 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Wed, 26 Feb 2014 19:32:37 +0100 Subject: [PATCH] Institution: List of slices --- portal/templates/institution.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/templates/institution.html b/portal/templates/institution.html index 44aa55d9..32a0e91e 100644 --- a/portal/templates/institution.html +++ b/portal/templates/institution.html @@ -105,7 +105,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" */ -- 2.43.0