only show waterfall link if waterfall summary is configured
This commit is contained in:
parent
45c840b313
commit
4e61b525dc
|
|
@ -27,7 +27,7 @@ block content
|
|||
li: a(href='#coach') Coach
|
||||
if d.browsertime && d.browsertime.pageSummary
|
||||
li: a(href='#timings') Timings
|
||||
if d.browsertime && d.browsertime.har
|
||||
if d.browsertime && d.browsertime.har && options.html && options.html.showWaterfallSummary
|
||||
li: a(href='#waterfall') Waterfall
|
||||
if d.pagexray && d.pagexray.pageSummary
|
||||
li: a(href='#pagexray') Info
|
||||
|
|
|
|||
Loading…
Reference in New Issue