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, {}> {
if (status === 'SUCCEEDED') {
result = `${result} (FINAL)`;
} else {
// result = `${result} (LATEST)`;
result = `${result} (#${interArr.length})`;
result = `${result} (LATEST)`;
}
} else {
result = '--';
......
......@@ -391,7 +391,7 @@ class TableList extends React.Component<TableListProps, TableListState> {
break;
case 'Default':
showColumn.push({
title: 'Default metric (latest seq)',
title: 'Default metric',
className: 'leftTitle',
dataIndex: '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