Skip to content

Commit 1afac68

Browse files
committed
Showing headers if table collapses
1 parent 169c3c4 commit 1afac68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/code.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,11 @@
130130
<td class="single line">${truncate(page)}</td>
131131
<td>${(new Date(runs_data[idx][4])).toLocaleDateString(navigator.language, { year: 'numeric', month: 'short', day: 'numeric' })}</td>
132132
<td class="single line">
133+
<h3 class="ui mobile ad">Rendering</h3>
133134
${rendering_power_html}
134135
</td>
135136
<td class="single line">
137+
<h3 class="ui mobile ad">Network</h3>
136138
${network_transfer_html}
137139
</td>
138140
<td>

0 commit comments

Comments
 (0)