Merge pull request #274 from jenkinsci/feature/JENKINS-36064

[feature/JENKINS-36064] use start param to show full log
This commit is contained in:
Thorsten Scherler 2016-06-18 14:07:14 +09:00 committed by GitHub
commit baf9580856
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default class LogToolbar extends Component {
<a {...{
title: 'Display the log in new window',
target: '_blank',
href: url,
href: `${url}?start=0`,
}}>
<Icon {...{ style, icon: 'launch' }} />
</a>