interface with db

This commit is contained in:
2025-01-12 01:14:50 -05:00
parent f02676ba2e
commit 07ab1fb40d
13 changed files with 366 additions and 29 deletions

View File

@@ -17,6 +17,15 @@
<th>Build Duration</th>
<th>Build Status</th>
</tr>
<% builds.forEach(build => { %>
<tr>
<td><a href="/build/<%= build.id %>"><%= build.repo %></a></td>
<td><%= build.distro %></td>
<td><%= build.startTime %></td>
<td>TODO</td>
<td><%= build.status %></td>
</tr>
<% }) %>
</table>
</div>
</body>