interface with db
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user