Skip to content

Commit

Permalink
test run breadcrumb (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Feb 13, 2021
1 parent f287f62 commit bdb0b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/breadcrumb/breadcrumb.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export class BreadcrumbComponent implements OnInit {
const projectUrlTemplate = `/project/${projectName}/scenario/${scenarioName}/items`;
this.urls.push({ label: scenarioName, url: projectUrlTemplate, last: _length === 2 });
}
if (id) {
this.urls.push({ label: 'test run', url: '', last: _length === 3});
}
});
}
}

0 comments on commit bdb0b89

Please sign in to comment.