<% if (showReserved) { %> <% if (showProject) { %> <% } else { %> <% } %> <% if (showPortal) { %> <% } else { %> <% } %> <% } %> <% if (showProject) { %> <% } %> <% if (showReserved) { %> <% } %> <% if (showPortal) { %> <% } %> <% _.each(resources, function(aggregates, uuid) { %> <% _.each(aggregates, function(details, aggregate_urn) { %> <% var utotals = null; if (showReserved && _.has(user_totals, aggregate_urn) && _.has(user_totals[aggregate_urn], details.creator)) { utotals = user_totals[aggregate_urn][details.creator]; } %> <% _.each(details.typelist, function(count, type) { %> <% if (type == "blockstore" && !showBlockstores) { return; } %> <% if (type == "pcvm" && !showVMs) { return; } %> <% if (showProject) { %> <% } %> <% if (showReserved && _.has(details.reslist_proj, type)) { %> <% if (!_.has(details.reslist_user, type) || utotals[type] > details.reslist_user[type]) { %> <% } else { %> <% } %> <% } else { %> <% } %> <% if (showReserved) { %> <% } %> <% if (showPortal) { %> <% } %> <% }); %> <% }); %> <% }); %>
Reserved
Experiment CreatorProjectCluster Type UsingBy User By ProjectPortalCreated Expires
<%- details.name %> <%- details.creator %> <%- details.pid %> <%- details.cluster %> <%- type %> <%- count %> <%- count %><%- count %> <% if (_.has(details.reslist_user, type)) { %> <%- details.reslist_user[type] %> <% } else { %> 0 <% } %> <% if (_.has(details.reslist_proj, type)) { %> <%- details.reslist_proj[type] %> <% } else { %> 0 <% } %> <%- details.portal %> <%- details.started %> <%- details.expires %>