Skip to content

Commit

Permalink
Adding flag to log URL to support jumping to highlighted line (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Oct 17, 2016
1 parent 263369b commit c257024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/ui/logview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default React.createClass({
this.props.runId,
this.state.name
);
const src = `https://taskcluster.github.io/unified-logviewer/?url=${logUrl}`;
const src =
`https://taskcluster.github.io/unified-logviewer/?url=${logUrl}&jumpToHighlight=true`;

return (
<Row>
Expand Down

0 comments on commit c257024

Please sign in to comment.