Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
916267d8
Unverified
Commit
916267d8
authored
May 27, 2021
by
Lijiaoa
Committed by
GitHub
May 27, 2021
Browse files
Add trial stdout button on local mode (#3690)
Co-authored-by:
Lijiao
<
Lijiaoa@outlook.com
>
parent
684005d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ts/webui/src/components/public-child/OpenRow.tsx
ts/webui/src/components/public-child/OpenRow.tsx
+5
-0
No files found.
ts/webui/src/components/public-child/OpenRow.tsx
View file @
916267d8
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment