Skip to content

Commit

Permalink
fix formatting in eco-ci front end
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Nov 21, 2023
1 parent 6410c67 commit 1df24de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ const displayCITable = (measurements, url_params) => {
<td class="td-index">${run_link_node}</td>\
<td class="td-index">${escapeString(label)}</td>\
<td class="td-index"><span title="${escapeString(created_at)}">${dateToYMD(new Date(created_at))}</span></td>\
<td class="td-index">${escapeString(numberFormatter.format(value))}</td>\
<td class="td-index">${escapeString(`${numberFormatter.format(energy_value)} ${energy_unit}`)}</td>\
<td class="td-index">${escapeString(cpu)}</td>\
<td class="td-index">${escapeString(cpu_avg)}%</td>
<td class="td-index">${escapeString(duration)} seconds</td>
Expand Down

0 comments on commit 1df24de

Please sign in to comment.