Skip to content

Commit

Permalink
do not show constant values in report table
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jun 21, 2023
1 parent eb0a10b commit 5d20ae7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,17 +264,17 @@ $(function() {
{ title: 'Power draw of a computing core', data: 'core_power' },
{ title: 'Core usage factor', data: 'core_usage' },
{ title: 'Size of memory available', data: 'memory', render: make_memory },
{ title: 'Power draw of memory', data: 'memory_power', render: make_index0 },
{ title: 'Efficiency coefficient of the data center', data: 'pue' },
{ title: 'Carbon intensity', data: 'ci', render: make_index0 },
//{ title: 'Power draw of memory', data: 'memory_power', render: make_index0 },
//{ title: 'Efficiency coefficient of the data center', data: 'pue' },
//{ title: 'Carbon intensity', data: 'ci', render: make_index0 },
],
"deferRender": true,
"lengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]],
"scrollX": true,
"colReorder": true,
"columnDefs": [
{ className: "id", "targets": [ 0,1,2,3 ] },
{ className: "meta", "targets": [ 4,7,8,9,10,11,12,13,14 ] },
{ className: "meta", "targets": [ 4,7,8,9,10,11 ] },
{ className: "metrics", "targets": [ 5,6 ] }
],
"buttons": [
Expand Down

0 comments on commit 5d20ae7

Please sign in to comment.