X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Finstitution.html;h=812b2e54bb2d7fe6a5b1c8f0fb9417e78334a573;hb=de9cba4dc7bb98a579cf5df1f9900e9328544871;hp=e4003b4a49231d7af49a6a1282eb6b43c3fd8562;hpb=512097deb083d5c2b3eccfe156652d8a75b4ad76;p=myslice.git diff --git a/portal/templates/institution.html b/portal/templates/institution.html index e4003b4a..812b2e54 100644 --- a/portal/templates/institution.html +++ b/portal/templates/institution.html @@ -166,6 +166,7 @@ slice_row += ""+slice_url+""; slice_row += ""+nodes_length+""; slice_row += ""+val.slice_expires+""; + slice_row += ""; table_slices.push(slice_row); }); @@ -191,6 +192,7 @@ user_row += ""+val.user_first_name+""; user_row += ""+val.user_last_name+""; user_row += ""+val.enabled+""; + user_row += ""; table_users.push(user_row); });