-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
@@ -46,17 +46,17 @@ class SuccessTable extends React.Component<SuccessTableProps, {}> { | |||
|
|||
let bgColor = ''; | |||
const columns = [{ | |||
title: 'Trial No.', | |||
title: 'Trial no.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@@ -31,13 +31,13 @@ class LogPath extends React.Component<LogpathProps, {}> { | |||
/> | |||
<LogPathChild | |||
eachLogpath={logStr.split(',')[1]} | |||
logName="hdfsLogPath:" | |||
logName="hdfs log path:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HDFS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so, also Log on HDFS?
/> | ||
<LogPathChild | ||
eachLogpath={logStr.split(',')[1]} | ||
logName="hdfsLog:" | ||
logName="hdfs log:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Log on HDFS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@@ -63,8 +63,8 @@ class DefaultPoint extends React.Component<DefaultPointProps, DefaultPointState> | |||
}, | |||
formatter: function (data: TooltipForAccuracy) { | |||
const result = '<div class="tooldetailAccuracy">' + | |||
'<div>Trial No: ' + data.data[0] + '</div>' + | |||
'<div>Default Metric: ' + data.data[1] + '</div>' + | |||
'<div>Trial no: ' + data.data[0] + '</div>' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@@ -131,13 +131,13 @@ class TableList extends React.Component<TableListProps, TableListState> { | |||
const wantResult: Array<string> = []; | |||
Object.keys(checkedValues).map(m => { | |||
switch (checkedValues[m]) { | |||
case 'Trial No.': | |||
case 'Id': | |||
case 'Trial no.': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@@ -109,7 +109,7 @@ class Intermediate extends React.Component<IntermediateProps, IntermediateState> | |||
obj = temp.hyperPara; | |||
} | |||
return '<div class="tooldetailAccuracy">' + | |||
'<div>Trial Id: ' + trialId + '</div>' + | |||
'<div>Trial id: ' + trialId + '</div>' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ID
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@@ -226,9 +226,9 @@ class TableList extends React.Component<TableListProps, TableListState> { | |||
Object.keys(columnSelected).map(key => { | |||
const item = columnSelected[key]; | |||
switch (item) { | |||
case 'Trial No.': | |||
case 'Trial no.': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
showColumn.push({ | ||
title: 'Trial No.', | ||
title: 'Trial no.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
src/webui/src/static/const.ts
Outdated
@@ -21,11 +21,11 @@ const MONACO = { | |||
}; | |||
const COLUMN_INDEX = [ | |||
{ | |||
name: 'Trial No.', | |||
name: 'Trial no.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
src/webui/src/static/const.ts
Outdated
index: 10001 | ||
} | ||
]; | ||
const COLUMN = ['Trial No.', 'Id', 'Duration', 'Status', 'Default', 'Operation', 'Intermediate Result']; | ||
const COLUMN = ['Trial no.', 'ID', 'Duration', 'Status', 'Default', 'Operation', 'Intermediate result']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
<Row className="basic colorOfbasic"> | ||
<p>succeed</p> | ||
<p>Succeed</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Succeeded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
#904 copy trial parameters
delete control page code
some style change: