"vscode:/vscode.git/clone" did not exist on "397a68f2e02519d32a3632e39bfb08c137dc56dc"
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> { ...@@ -120,6 +120,11 @@ class OpenRow extends React.Component<OpenRowProps, OpenRowState> {
text='View trial error' text='View trial error'
styles={{ root: { marginLeft: 15 } }} styles={{ root: { marginLeft: 15 } }}
/> />
<PrimaryButton
onClick={this.openTrialLog.bind(this, 'TRIAL_STDOUT')}
text='View trial stdout'
styles={{ root: { marginLeft: 15 } }}
/>
</div> </div>
</div> </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