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
cb7a1b80
Commit
cb7a1b80
authored
Jul 24, 2019
by
v-liguo
Browse files
delete the changes of default metric
parent
8bb38750
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/webui/src/components/public-child/IntermediateVal.tsx
src/webui/src/components/public-child/IntermediateVal.tsx
+1
-2
src/webui/src/components/trial-detail/TableList.tsx
src/webui/src/components/trial-detail/TableList.tsx
+1
-1
No files found.
src/webui/src/components/public-child/IntermediateVal.tsx
View file @
cb7a1b80
...
@@ -32,8 +32,7 @@ class IntermediateVal extends React.Component<IntermediateValProps, {}> {
...
@@ -32,8 +32,7 @@ class IntermediateVal extends React.Component<IntermediateValProps, {}> {
if
(
status
===
'
SUCCEEDED
'
)
{
if
(
status
===
'
SUCCEEDED
'
)
{
result
=
`
${
result
}
(FINAL)`
;
result
=
`
${
result
}
(FINAL)`
;
}
else
{
}
else
{
// result = `${result} (LATEST)`;
result
=
`
${
result
}
(LATEST)`
;
result
=
`
${
result
}
(#
${
interArr
.
length
}
)`
;
}
}
}
else
{
}
else
{
result
=
'
--
'
;
result
=
'
--
'
;
...
...
src/webui/src/components/trial-detail/TableList.tsx
View file @
cb7a1b80
...
@@ -391,7 +391,7 @@ class TableList extends React.Component<TableListProps, TableListState> {
...
@@ -391,7 +391,7 @@ class TableList extends React.Component<TableListProps, TableListState> {
break
;
break
;
case
'
Default
'
:
case
'
Default
'
:
showColumn
.
push
({
showColumn
.
push
({
title
:
'
Default metric
(latest seq)
'
,
title
:
'
Default metric
'
,
className
:
'
leftTitle
'
,
className
:
'
leftTitle
'
,
dataIndex
:
'
acc
'
,
dataIndex
:
'
acc
'
,
key
:
'
acc
'
,
key
:
'
acc
'
,
...
...
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