From 11c36e0f8d3d0c89bffd65eab0370c4b5169e2bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 16 Jan 2021 20:57:11 +0100 Subject: [PATCH] Add filter-out feature to rpmqa query page (adamg?) --- html/qa.php | 74 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 30 deletions(-) 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])) { } ?> + + -- 2.44.0