Skip to content

Commit

Permalink
[webui] Add job name to page title
Browse files Browse the repository at this point in the history
Fixes #44
  • Loading branch information
Christian Weichel committed Jan 30, 2020
1 parent 6fe3790 commit 5221eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/webui/src/JobView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ class JobViewImpl extends React.Component<JobViewProps, JobViewState> {
Notification.requestPermission();
}

document.title = `werft - ${this.props.jobName}`;

const req = new GetJobRequest();
req.setName(this.props.jobName);
try {
Expand Down

0 comments on commit 5221eb2

Please sign in to comment.