{ jobFilters = detail.filters; }} /> {#if type == "USER"} {/if} {#if $stats.fetching} {:else if $stats.error} {:else if $stats.data} {#each sort($stats.data.rows, sorting, nameFilter) as row (row.id)} {#if type == "USER"} {/if} {:else} {/each} {/if}
{({ USER: "Username", PROJECT: "Project Name", })[type]} Name Total Jobs Total Walltime Total Core Hours Total Accelerator Hours
{$stats.error.message}
{#if type == "USER"} {scrambleNames ? scramble(row.id) : row.id} {:else if type == "PROJECT"} {scrambleNames ? scramble(row.id) : row.id} {:else} {row.id} {/if} {scrambleNames ? scramble(row?.name?row.name:"-") : row?.name?row.name:"-"}{row.totalJobs} {row.totalWalltime} {row.totalCoreHours} {row.totalAccHours}
No {type.toLowerCase()}s/jobs found