diff --git a/modules/nginx-interactive-index/listing.js b/modules/nginx-interactive-index/listing.js index ea7f8de..b9583bc 100644 --- a/modules/nginx-interactive-index/listing.js +++ b/modules/nginx-interactive-index/listing.js @@ -64,7 +64,7 @@ document.addEventListener('DOMContentLoaded', () => { searchField.autofocus = true document.querySelector('body').insertBefore(searchField, document.querySelector('table')) - const rows = Array.from(document.querySelectorAll('tr:not(:first-child)')) + const rows = Array.from(document.querySelectorAll('tbody tr')) addZebraStripes(rows)