From 89b498aad0d0a115b5720ea644b1a2ba48ba7f89 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 6 Aug 2019 10:24:19 +0100 Subject: Remove the build status filter from the compare derivations page As there isn't sufficient data to make this work yet. --- guix-data-service/web/view/html.scm | 4 ---- 1 file changed, 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") -- cgit v1.2.3