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
bf8d6dc6
Commit
bf8d6dc6
authored
Jul 24, 2019
by
v-liguo
Browse files
update
parent
87608f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/webui/src/components/public-child/IntermediateVal.tsx
src/webui/src/components/public-child/IntermediateVal.tsx
+6
-1
No files found.
src/webui/src/components/public-child/IntermediateVal.tsx
View file @
bf8d6dc6
...
...
@@ -30,7 +30,12 @@ class IntermediateVal extends React.Component<IntermediateValProps, {}> {
}
}
if
(
status
===
'
SUCCEEDED
'
)
{
result
=
`
${
result
}
(FINAL)`
;
// some trial haven't final result
if
(
record
.
acc
!==
undefined
)
{
if
(
record
.
acc
.
default
!==
undefined
)
{
result
=
`
${
result
}
(FINAL)`
;
}
}
}
else
{
result
=
`
${
result
}
(LATEST)`
;
}
...
...
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