{({ USER: 'Username', PROJECT: 'Project Name' })[type]} | Total Jobs | Total Walltime | Total Core Hours |
---|---|---|---|
{#if type == 'USER'} {scrambleNames ? scramble(row.id) : row.id} {:else if type == 'PROJECT'} {row.id} {:else} {row.id} {/if} | {row.totalJobs} | {row.totalWalltime} | {row.totalCoreHours} |
No {type.toLowerCase()}s/jobs found |