@@ -23,53 +23,53 @@ <h5>Show tests which have...</h5>
23
23
< label class ="list-group-item list-group-item-success ">
24
24
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="overall-passed "
25
25
onclick ="applyFilters() ">
26
- passed
26
+ passed < span class =" badge bg-light text-dark " > ? </ span >
27
27
</ label >
28
28
< label class ="list-group-item list-group-item-danger ">
29
29
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="overall-failed "
30
30
onclick ="applyFilters() ">
31
- failed
31
+ failed < span class =" badge bg-light text-dark " > ? </ span >
32
32
</ label >
33
33
< label class ="list-group-item list-group-item-warning ">
34
34
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="overall-skipped "
35
35
onclick ="applyFilters() ">
36
- skipped
36
+ skipped < span class =" badge bg-light text-dark " > ? </ span >
37
37
</ label >
38
38
</ div >
39
39
< div class ="list-group m-2 ">
40
40
< label class ="list-group-item list-group-item-success ">
41
41
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="image-match "
42
42
onclick ="applyFilters() ">
43
- matching images
43
+ matching images < span class =" badge bg-light text-dark " > ? </ span >
44
44
</ label >
45
45
< label class ="list-group-item list-group-item-danger ">
46
46
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="image-diff "
47
47
onclick ="applyFilters() ">
48
- differing images
48
+ differing images < span class =" badge bg-light text-dark " > ? </ span >
49
49
</ label >
50
50
</ div >
51
51
< div class ="list-group m-2 mpl-hash ">
52
52
< label class ="list-group-item list-group-item-success ">
53
53
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="hash-match "
54
54
onclick ="applyFilters() ">
55
- matching hashes
55
+ matching hashes < span class =" badge bg-light text-dark " > ? </ span >
56
56
</ label >
57
57
< label class ="list-group-item list-group-item-danger ">
58
58
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="hash-diff "
59
59
onclick ="applyFilters() ">
60
- differing hashes
60
+ differing hashes < span class =" badge bg-light text-dark " > ? </ span >
61
61
</ label >
62
62
</ div >
63
63
< div class ="list-group m-2 ">
64
64
< label class ="list-group-item mpl-hash list-group-item-warning ">
65
65
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="hash-missing "
66
66
onclick ="applyFilters() ">
67
- no baseline hash
67
+ no baseline hash < span class =" badge bg-light text-dark " > ? </ span >
68
68
</ label >
69
69
< label class ="list-group-item list-group-item-warning ">
70
70
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="image-missing "
71
71
onclick ="applyFilters() ">
72
- no baseline image
72
+ no baseline image < span class =" badge bg-light text-dark " > ? </ span >
73
73
</ label >
74
74
</ div >
75
75
< div class ="d-flex ">
0 commit comments