@@ -23,53 +23,53 @@ <h5>Show tests which have...</h5>
2323 < label class ="list-group-item list-group-item-success ">
2424 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="overall-passed "
2525 onclick ="applyFilters() ">
26- passed
26+ passed < span class =" badge bg-light text-dark " > ? </ span >
2727 </ label >
2828 < label class ="list-group-item list-group-item-danger ">
2929 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="overall-failed "
3030 onclick ="applyFilters() ">
31- failed
31+ failed < span class =" badge bg-light text-dark " > ? </ span >
3232 </ label >
3333 < label class ="list-group-item list-group-item-warning ">
3434 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="overall-skipped "
3535 onclick ="applyFilters() ">
36- skipped
36+ skipped < span class =" badge bg-light text-dark " > ? </ span >
3737 </ label >
3838 </ div >
3939 < div class ="list-group m-2 ">
4040 < label class ="list-group-item list-group-item-success ">
4141 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="image-match "
4242 onclick ="applyFilters() ">
43- matching images
43+ matching images < span class =" badge bg-light text-dark " > ? </ span >
4444 </ label >
4545 < label class ="list-group-item list-group-item-danger ">
4646 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="image-diff "
4747 onclick ="applyFilters() ">
48- differing images
48+ differing images < span class =" badge bg-light text-dark " > ? </ span >
4949 </ label >
5050 </ div >
5151 < div class ="list-group m-2 mpl-hash ">
5252 < label class ="list-group-item list-group-item-success ">
5353 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="hash-match "
5454 onclick ="applyFilters() ">
55- matching hashes
55+ matching hashes < span class =" badge bg-light text-dark " > ? </ span >
5656 </ label >
5757 < label class ="list-group-item list-group-item-danger ">
5858 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="hash-diff "
5959 onclick ="applyFilters() ">
60- differing hashes
60+ differing hashes < span class =" badge bg-light text-dark " > ? </ span >
6161 </ label >
6262 </ div >
6363 < div class ="list-group m-2 ">
6464 < label class ="list-group-item mpl-hash list-group-item-warning ">
6565 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="hash-missing "
6666 onclick ="applyFilters() ">
67- no baseline hash
67+ no baseline hash < span class =" badge bg-light text-dark " > ? </ span >
6868 </ label >
6969 < label class ="list-group-item list-group-item-warning ">
7070 < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="image-missing "
7171 onclick ="applyFilters() ">
72- no baseline image
72+ no baseline image < span class =" badge bg-light text-dark " > ? </ span >
7373 </ label >
7474 </ div >
7575 < div class ="d-flex ">
0 commit comments