Fixed timestamps; added info to dashboard
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine
2026-07-24 12:18:22 -04:00
parent 4e0223052e
commit 2d62d1d18b
8 changed files with 100 additions and 23 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
{{ range $h := .hardware }}
<tr>
<td><a href="/hardware/{{ $h.ID }}">{{ $h.Name }}</a></td>
<td>{{ $h.CreatedAt.Format "01/02/2006 15:04am" }}</td>
<td>{{ $h.UpdatedAt.Format "01/02/2006 15:04am" }}</td>
<td>{{ $h.CreatedAt.Format "01/02/2006 3:04pm" }}</td>
<td>{{ $h.UpdatedAt.Format "01/02/2006 3:04pm" }}</td>
</tr>
{{ end }}
</tbody>
+1 -1
View File
@@ -27,7 +27,7 @@
<tr>
<td><a href="/test/{{ $test.ID }}">{{ $test.Name }}</a></td>
<td>{{ len $test.Benchmarks }}</td>
<td>{{ $test.CreatedAt.Format "01/02/2006 15:04am" }}</td>
<td>{{ $test.CreatedAt.Format "01/02/2006 3:04pm" }}</td>
</tr>
{{ end }}
</tbody>