diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-01-21 11:47:46 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-01-22 13:17:53 +0000 |
| commit | b8b5b35706290e7fcf6570ab2cf74df9ac310a2f (patch) | |
| tree | e03ac9c2fb513535ae228909b94865a588d43148 /syz-cluster/dashboard | |
| parent | bcfe9f01a8a33c831b83e95cb3b9bd85a07f023c (diff) | |
syz-cluster: add a boot test
Run a smoke test on the base kernel build and report back the results.
Diffstat (limited to 'syz-cluster/dashboard')
| -rw-r--r-- | syz-cluster/dashboard/templates/series.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/syz-cluster/dashboard/templates/series.html b/syz-cluster/dashboard/templates/series.html index e3afb88a6..2b39f8a69 100644 --- a/syz-cluster/dashboard/templates/series.html +++ b/syz-cluster/dashboard/templates/series.html @@ -1,4 +1,3 @@ - {{define "content"}} <div class="container"> <h2>Patch Series</h2> @@ -82,18 +81,14 @@ <tr> <td colspan="4"> <table class="table mb-0"> - <thead> - <tr> - <th scope="col">Title</th> - </tr> - </thead> <tbody> - {{range . .Findings}} + {{range .Findings}} <tr> <td>{{.Title}}</td> </tr> {{end}} </tbody> + </table> </td> </tr> {{end}} |
