Skip to content

Commit ef17fc2

Browse files
authored
Merge pull request #971 from tgnottingham/hide-incr-loading-delta
Only show "Incremental loading delta" when comparing two commits
2 parents c7d95c2 + 39f2911 commit ef17fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/static/detailed-query.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3 id="title"></h3>
7676
<th class="delta">Executions delta</th>
7777
<th class="incr" data-sort-idx="7" data-default-sort-dir="-1" title="Incremental loading time">
7878
Incremental loading (s)</th>
79-
<th class="incr" class="delta">Incremental loading delta</th>
79+
<th class="incr delta">Incremental loading delta</th>
8080
</tr>
8181
</thead>
8282
<tbody id="primary-table">
@@ -320,4 +320,4 @@ <h3 id="title"></h3>
320320
</script>
321321
</body>
322322

323-
</html>
323+
</html>

0 commit comments

Comments
 (0)