Skip to content

Commit

Permalink
Merge branch 'main' into bt-23.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 10, 2024
2 parents fc40dcf + 6bfd446 commit 707029e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/html/templates/url/iteration/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ block content
if cpuConsumption
tr
td Firefox CPU power consumption
td #{cpuConsumption} µWh
td #{cpuConsumption * 1000} mWh
- requests = get(d, 'pagexray.run.requests')
if (requests)
tr
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/html/templates/url/summary/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ block content
if powerConsumption
tr
td Firefox CPU Power Consumption
td #{powerConsumption} µWh
td #{powerConsumption * 1000} mWh
- requests = get(d, 'pagexray.pageSummary.requests')
if requests
tr
Expand Down

0 comments on commit 707029e

Please sign in to comment.