Skip to content

Commit 0d81023

Browse files
Merge pull request #1108 from Mark-Simulacrum/table-sort
Restore table sorting
2 parents 6f5f8d1 + 6b22a70 commit 0d81023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/static/detailed-query.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 id="title"></h3>
8181
<h4>Artifact Size</h4>
8282
<table id="artifact-table">
8383
<thead>
84-
<tr id="table-header">
84+
<tr>
8585
<th>Artifact</th>
8686
<th>Size</th>
8787
<th>Size delta</th>
@@ -407,4 +407,4 @@ <h4>Artifact Size</h4>
407407
</script>
408408
</body>
409409

410-
</html>
410+
</html>

0 commit comments

Comments
 (0)