Commit cb7a1b80 authored by v-liguo's avatar v-liguo
Browse files

delete the changes of default metric

parent 8bb38750
...@@ -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 = '--';
......
...@@ -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',
......
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