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