show elapsed time

This commit is contained in:
2025-01-14 01:52:31 -05:00
parent c3554afde9
commit 40f04162d0
2 changed files with 14 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<td><a href="/build/<%= build.id %>"><%= build.repo %></a></td>
<td><%= build.distro %></td>
<td class="to-local-time"><%= build.startTime %></td>
<td>TODO</td>
<td><%= timeElapsed(build.startTime, build.endTime) %></td>
<td><%= build.status %></td>
</tr>
<% }) %>