Skip to content

Commit 1df24de

Browse files
committed
fix formatting in eco-ci front end
1 parent 6410c67 commit 1df24de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/js/ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ const displayCITable = (measurements, url_params) => {
348348
<td class="td-index">${run_link_node}</td>\
349349
<td class="td-index">${escapeString(label)}</td>\
350350
<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>\
351+
<td class="td-index">${escapeString(`${numberFormatter.format(energy_value)} ${energy_unit}`)}</td>\
352352
<td class="td-index">${escapeString(cpu)}</td>\
353353
<td class="td-index">${escapeString(cpu_avg)}%</td>
354354
<td class="td-index">${escapeString(duration)} seconds</td>

0 commit comments

Comments
 (0)