Commit 93b19ce
committed
Restore the test status dropdown for datatables 2
We have to query a new element id (dt-length-0 instead of results_length)
since the old one is no longer available and select/input elements
always have ID-s so they are more reliable across updates. We also
follow the approach in datatables to provide ID for the added status
select element and reuse the dt-search class for the new div element
with the only exception that we need extra right margin to distance
a colon appended "status" from the select element (only the input
element will inherit the right marging from dt-search).
Signed-off-by: Plamen Dimitrov <plamen.dimitrov@intra2net.com>1 parent afbb1d3 commit 93b19ce
File tree
1 file changed
+5
-6
lines changed- optional_plugins/html/avocado_result_html/templates
1 file changed
+5
-6
lines changedLines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments