Unverified Commit 916267d8 authored by Lijiaoa's avatar Lijiaoa Committed by GitHub
Browse files

Add trial stdout button on local mode (#3690)


Co-authored-by: default avatarLijiao <Lijiaoa@outlook.com>
parent 684005d7
......@@ -120,6 +120,11 @@ class OpenRow extends React.Component<OpenRowProps, OpenRowState> {
text='View trial error'
styles={{ root: { marginLeft: 15 } }}
/>
<PrimaryButton
onClick={this.openTrialLog.bind(this, 'TRIAL_STDOUT')}
text='View trial stdout'
styles={{ root: { marginLeft: 15 } }}
/>
</div>
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment