diff options
author | Christopher Baines <mail@cbaines.net> | 2019-08-06 10:24:19 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-08-06 10:24:19 +0100 |
commit | 89b498aad0d0a115b5720ea644b1a2ba48ba7f89 (patch) | |
tree | 38e25fb2bf86ec40c40921e3b9b084870a123bb1 | |
parent | 3849bb79c5453fb10f66549a0a226a4fe4749fdb (diff) | |
download | data-service-89b498aad0d0a115b5720ea644b1a2ba48ba7f89.tar data-service-89b498aad0d0a115b5720ea644b1a2ba48ba7f89.tar.gz |
Remove the build status filter from the compare derivations page
As there isn't sufficient data to make this work yet.
-rw-r--r-- | guix-data-service/web/view/html.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm index ee37f07..6203a3b 100644 --- a/guix-data-service/web/view/html.scm +++ b/guix-data-service/web/view/html.scm @@ -1404,10 +1404,6 @@ #:options valid-systems #:help-text "Only include derivations that are build for this system." #:font-family "monospace") - ,(form-horizontal-control - "Build status" query-parameters - #:options valid-build-statuses - #:help-text "Only include derivations which have this build status.") (div (@ (class "form-group form-group-lg")) (div (@ (class "col-sm-offset-2 col-sm-10")) (button (@ (type "submit") |