Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

add trial stdout button on local mode #3690

Merged
merged 1 commit into from
May 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ts/webui/src/components/public-child/OpenRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down