|
|
|
@@ -38,28 +38,28 @@ function ExperimentLog({ instanceInfo, nodes }: ExperimentLogProps) { |
|
|
|
}); |
|
|
|
|
|
|
|
const tabItems = [ |
|
|
|
{ |
|
|
|
key: 'git-clone-framework', |
|
|
|
label: '框架代码日志', |
|
|
|
// icon: <KFIcon type="icon-rizhi1" />, |
|
|
|
children: ( |
|
|
|
<div className={styles['experiment-log__tabs__log']}> |
|
|
|
{frameworkCloneNodeStatus && ( |
|
|
|
<LogList |
|
|
|
instanceName={instanceInfo.argo_ins_name} |
|
|
|
instanceNamespace={instanceInfo.argo_ins_ns} |
|
|
|
pipelineNodeId={frameworkCloneNodeStatus.displayName} |
|
|
|
workflowId={frameworkCloneNodeStatus.id} |
|
|
|
instanceNodeStartTime={frameworkCloneNodeStatus.startedAt} |
|
|
|
instanceNodeStatus={frameworkCloneNodeStatus.phase as ExperimentStatus} |
|
|
|
></LogList> |
|
|
|
)} |
|
|
|
</div> |
|
|
|
), |
|
|
|
}, |
|
|
|
// { |
|
|
|
// key: 'git-clone-framework', |
|
|
|
// label: '框架代码日志', |
|
|
|
// // icon: <KFIcon type="icon-rizhi1" />, |
|
|
|
// children: ( |
|
|
|
// <div className={styles['experiment-log__tabs__log']}> |
|
|
|
// {frameworkCloneNodeStatus && ( |
|
|
|
// <LogList |
|
|
|
// instanceName={instanceInfo.argo_ins_name} |
|
|
|
// instanceNamespace={instanceInfo.argo_ins_ns} |
|
|
|
// pipelineNodeId={frameworkCloneNodeStatus.displayName} |
|
|
|
// workflowId={frameworkCloneNodeStatus.id} |
|
|
|
// instanceNodeStartTime={frameworkCloneNodeStatus.startedAt} |
|
|
|
// instanceNodeStatus={frameworkCloneNodeStatus.phase as ExperimentStatus} |
|
|
|
// ></LogList> |
|
|
|
// )} |
|
|
|
// </div> |
|
|
|
// ), |
|
|
|
// }, |
|
|
|
{ |
|
|
|
key: 'git-clone-train', |
|
|
|
label: '训练代码日志', |
|
|
|
label: '系统日志', |
|
|
|
// icon: <KFIcon type="icon-rizhi1" />, |
|
|
|
children: ( |
|
|
|
<div className={styles['experiment-log__tabs__log']}> |
|
|
|
|