Set a default target for the revision builds page
This solves the build stats showing up incorrectly, as without this there was no filtering on target.
This commit is contained in:
parent
33749786e4
commit
5758795777
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@
|
|||
`((build_status ,parse-build-status #:multi-value)
|
||||
(build_server ,(parse-build-server conn) #:multi-value)
|
||||
(system ,parse-system #:default "x86_64-linux")
|
||||
(target ,parse-target)))))
|
||||
(target ,parse-target #:default "")))))
|
||||
|
||||
(render-revision-builds mime-types
|
||||
conn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue