Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-li committed Apr 5, 2024
2 parents 77ecee6 + e066379 commit 19b488a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coldfront/core/statistics/templates/job_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ <h2><i class="fas fa-list"></i> Job Information</h2>
<td>{{ job.num_alloc_nodes }}</td>
</tr>
<tr>
<th scope="row" class="text-nowrap">Raw Time (seconds):</th>
<th scope="row" class="text-nowrap">Raw Time (hours):</th>
<td>{{ job.raw_time }}</td>
</tr>
<tr>
<th scope="row" class="text-nowrap">CPU Time (seconds):</th>
<th scope="row" class="text-nowrap">CPU Time (hours):</th>
<td>{{ job.cpu_time }}</td>
</tr>
</table>
Expand Down

0 comments on commit 19b488a

Please sign in to comment.