Add system and target controls to the package derivation comparison
By datetime, as these parameters are supported.
This commit is contained in:
parent
56c786e309
commit
8f702e5666
1 changed files with 10 additions and 0 deletions
|
|
@ -732,6 +732,16 @@
|
||||||
(action "")
|
(action "")
|
||||||
(class "form-horizontal"))
|
(class "form-horizontal"))
|
||||||
,@(compare-form-controls-for-mode mode query-parameters)
|
,@(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
|
,(form-horizontal-control
|
||||||
"Build change" query-parameters
|
"Build change" query-parameters
|
||||||
#:options '(("(none specified)" . "")
|
#:options '(("(none specified)" . "")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue