2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Add system and target controls to the package derivation comparison

By datetime, as these parameters are supported.
This commit is contained in:
Christopher Baines 2020-11-25 21:05:32 +00:00
parent 56c786e309
commit 8f702e5666

View file

@ -732,6 +732,16 @@
(action "")
(class "form-horizontal"))
,@(compare-form-controls-for-mode mode query-parameters)
,(form-horizontal-control
"System" query-parameters
#:options valid-systems
#:help-text "Only include derivations for this system."
#:font-family "monospace")
,(form-horizontal-control
"Target" query-parameters
#:options valid-targets
#:help-text "Only include derivations that are build for this system."
#:font-family "monospace")
,(form-horizontal-control
"Build change" query-parameters
#:options '(("(none specified)" . "")