+ + {resource_descriptive_name.replace(/ \([^)]+\)/, "")}: + {" "} + Users ran{" "} + {parseInt(job_count).toLocaleString("en-us")}{" "} + jobs during the last 30 days. Waiting in the queue increased the + time to complete these jobs by{" "} + + {((median_expansion_factor - 1) * 100).toLocaleString("en-us", { + maximumFractionDigits: 0, + })} + % + {" "} + on average. The median job waited for{" "} + {formatTime(median_wait_time)} and ran for{" "} + {formatTime(median_wall_time)}. +
+ ); + } + )}