Skip to content

Commit

Permalink
menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Dec 15, 2022
1 parent fed8570 commit b867f9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/header.inc
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ if (!strcasecmp('Test Result', $tab) && (!isset($nosubheader) || !@$nosubheader)
$tabs['Content'] = $menuUrlGenerator->resultPage("breakdown", $endParams);
$tabs['Domains'] = $menuUrlGenerator->resultPage("domains", $endParams);
$tabs['Console Log'] = $menuUrlGenerator->resultPage("consolelog", $endParams);
if ($firstRunResults && $firstRunResults->getStepResult(1)->getMetric('generated-html')) {
$tabs['HTML Diff'] = $menuUrlGenerator->resultPage("htmldiff", $endParams);
}
$tabs['Detected Technologies'] = $menuUrlGenerator->resultPage("technologies", $endParams);

if ($gradedRunResults->hasBreakdownTimeline()) {
Expand Down

0 comments on commit b867f9d

Please sign in to comment.