Fix showing sustainible metrics in pages page. (#4042)
https://github.com/sitespeedio/sitespeed.io/issues/3947 s
This commit is contained in:
parent
455a900f45
commit
aff9a53c77
|
|
@ -543,21 +543,25 @@ export default {
|
|||
sustainable: {
|
||||
sustainable: {
|
||||
totalCO2: {
|
||||
path: 'totalCO2.median',
|
||||
summaryPath: 'totalCO2',
|
||||
name: 'Total CO2',
|
||||
format: co2.format
|
||||
},
|
||||
co2PerPageView: {
|
||||
path: 'co2PerPageView.median',
|
||||
summaryPath: 'co2PerPageView',
|
||||
name: 'CO2 per page view',
|
||||
format: co2.format
|
||||
},
|
||||
co2FirstParty: {
|
||||
path: 'co2FirstParty.median',
|
||||
summaryPath: 'co2FirstParty',
|
||||
name: 'CO2 per first parties',
|
||||
format: co2.format
|
||||
},
|
||||
co2ThirdParty: {
|
||||
path: 'co2ThirdParty.median',
|
||||
summaryPath: 'co2ThirdParty',
|
||||
name: 'CO2 per third parties',
|
||||
format: co2.format
|
||||
|
|
|
|||
Loading…
Reference in New Issue