File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
text-wrap : balance;
9
9
}
10
10
</ style >
11
+
11
12
< input class ="table-search " type ="text " id ="filterInput " onkeyup ="searchFilter() "
12
13
placeholder ="Search for an error code.. ">
13
- < div class ="button-container " id =" btnContainer " >
14
+ < a id =" reset-button " class ="button button-fill " onclick =" resetSearch() " > Show all </ a >
14
15
< a href ="# " id ="all " class ="button button-link active "> All</ a >
15
16
< a href ="# " id ="failed-ingest " class ="button button-link "> Failed on Ingest</ a >
16
17
< a href ="# " id ="filtered-source " class ="button button-link "> Filtered at Source</ a >
17
18
< a href ="# " id ="filtered-destination " class ="button button-link "> Filtered at Destination</ a >
18
19
< a href ="# " id ="failed-delivery " class ="button button-link "> Failed Delivery</ a >
19
- </ div >
20
20
21
21
< table id ="settingsTable ">
22
22
< thead >
600
600
}
601
601
}
602
602
603
+ </ script >
604
+
605
+ < script >
606
+ function resetSearch ( ) {
607
+ document . getElementById ( "filterInput" ) . value = '' ;
608
+ searchFilter ( ) ;
609
+ }
603
610
</ script >
You can’t perform that action at this time.
0 commit comments