We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6410c67 commit 1df24deCopy full SHA for 1df24de
frontend/js/ci.js
@@ -348,7 +348,7 @@ const displayCITable = (measurements, url_params) => {
348
<td class="td-index">${run_link_node}</td>\
349
<td class="td-index">${escapeString(label)}</td>\
350
<td class="td-index"><span title="${escapeString(created_at)}">${dateToYMD(new Date(created_at))}</span></td>\
351
- <td class="td-index">${escapeString(numberFormatter.format(value))}</td>\
+ <td class="td-index">${escapeString(`${numberFormatter.format(energy_value)} ${energy_unit}`)}</td>\
352
<td class="td-index">${escapeString(cpu)}</td>\
353
<td class="td-index">${escapeString(cpu_avg)}%</td>
354
<td class="td-index">${escapeString(duration)} seconds</td>
0 commit comments