@@ -47,6 +47,11 @@ <h5>Show tests which have...</h5>
47
47
onclick ="applyFilters() ">
48
48
differing images < span class ="badge bg-light text-dark "> ?</ span >
49
49
</ label >
50
+ < label class ="list-group-item list-group-item-warning ">
51
+ < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="image-missing "
52
+ onclick ="applyFilters() ">
53
+ no baseline image < span class ="badge bg-light text-dark "> ?</ span >
54
+ </ label >
50
55
</ div >
51
56
< div class ="list-group m-2 mpl-hash ">
52
57
< label class ="list-group-item list-group-item-success ">
@@ -59,18 +64,11 @@ <h5>Show tests which have...</h5>
59
64
onclick ="applyFilters() ">
60
65
differing hashes < span class ="badge bg-light text-dark "> ?</ span >
61
66
</ label >
62
- </ div >
63
- < div class ="list-group m-2 ">
64
- < label class ="list-group-item mpl-hash list-group-item-warning ">
67
+ < label class ="list-group-item list-group-item-warning ">
65
68
< input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="hash-missing "
66
69
onclick ="applyFilters() ">
67
70
no baseline hash < span class ="badge bg-light text-dark "> ?</ span >
68
71
</ label >
69
- < label class ="list-group-item list-group-item-warning ">
70
- < input class ="form-check-input me-1 filter " type ="checkbox " value ="" id ="image-missing "
71
- onclick ="applyFilters() ">
72
- no baseline image < span class ="badge bg-light text-dark "> ?</ span >
73
- </ label >
74
72
</ div >
75
73
< div class ="d-flex ">
76
74
< button type ="submit " class ="btn btn-primary m-2 " data-bs-dismiss ="offcanvas "> Apply</ button >
0 commit comments