{#if $initq.fetching} {:else if $initq.error} {$initq.error.message} {/if} { jobFilters = [...detail.filters, { user: { eq: user.username } }]; selectedCluster = jobFilters[0]?.cluster ? jobFilters[0].cluster.eq : null; jobList.queryJobs(jobFilters); }} /> filterComponent.updateFilters(detail)} /> { jobList.refreshJobs() jobList.refreshAllMetrics() }} />
{#if $stats.error} {$stats.error.message} {:else if !$stats.data} {:else} {#if user.name} {/if} {#if user.email} {/if}
Username {scrambleNames ? scramble(user.username) : user.username}
Name {scrambleNames ? scramble(user.name) : user.name}
Email {user.email}
Total Jobs {$stats.data.jobsStatistics[0].totalJobs}
Short Jobs {$stats.data.jobsStatistics[0].shortJobs}
Total Walltime {$stats.data.jobsStatistics[0].totalWalltime}
Total Core Hours {$stats.data.jobsStatistics[0].totalCoreHours}
{#key $stats.data.jobsStatistics[0].histDuration} {/key}
{#key $stats.data.jobsStatistics[0].histNumNodes} {/key}
{/if}
{#if metricsInHistograms} {#if $stats.error} {$stats.error.message} {:else if !$stats.data} {:else} {#key $stats.data.jobsStatistics[0].histMetrics} {/key} {/if} {/if}