зеркало из https://github.com/microsoft/nni.git
[Webui] Remove trial Add_resumed status (#5519)
This commit is contained in:
Родитель
6c796b49d5
Коммит
332435c0f3
|
@ -95,7 +95,7 @@ const TableList = (props: TableListProps): any => {
|
|||
};
|
||||
|
||||
const _renderOperationColumn = (record: any): React.ReactNode => {
|
||||
const runningTrial: boolean = ['RUNNING', 'UNKNOWN', 'ADD_RESUMED'].includes(record.status) ? false : true;
|
||||
const runningTrial: boolean = ['RUNNING', 'UNKNOWN'].includes(record.status) ? false : true;
|
||||
const disabledAddCustomizedTrial = ['DONE', 'ERROR', 'STOPPED', 'VIEWED'].includes(EXPERIMENT.status);
|
||||
return (
|
||||
<Stack className='detail-button' horizontal>
|
||||
|
|
Загрузка…
Ссылка в новой задаче