From: Jan Rękorajski Date: Sat, 16 Jan 2021 19:57:11 +0000 (+0100) Subject: Add filter-out feature to rpmqa query page (adamg?) X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=11c36e0f8d3d0c89bffd65eab0370c4b5169e2bf;p=projects%2Fpld-ftp-admin.git Add filter-out feature to rpmqa query page (adamg?) --- diff --git a/html/qa.php b/html/qa.php index a24416e..4a74ff3 100644 --- a/html/qa.php +++ b/html/qa.php @@ -1,42 +1,20 @@ - + + PLD QA Reports - - "Main deps x86_64", @@ -72,7 +50,8 @@ function reports_selection($reports) { * Create text input for filtering results */ function filter_box() { - echo '
Filter results: '; + echo '
Filter results: '; + echo '
Filter-out (grep -v) '; echo '
? errors'; } @@ -99,5 +78,40 @@ if (isset($reports[$report])) { } ?> + +