mirror of
https://github.com/clearml/clearml-web
synced 2025-03-13 07:08:17 +00:00
Update pipeline-step.component.tsx
This commit is contained in:
parent
e196169c98
commit
11ff442447
@ -23,10 +23,9 @@ export default function PipelineStepComponent({ data, selected, ...others }) {
|
||||
background: "#1A1E2C"
|
||||
}}>
|
||||
<i
|
||||
className="al-icon sm-md al-ico-console"
|
||||
className={"al-icon sm-md al-ico-type-" + (data.experimentDetails?.type ? (data.experimentDetails.type.toString()).replace('_', '-') : 'training')}
|
||||
data-id="stepResultButton"
|
||||
></i>
|
||||
{/* <sm-experiment-type-icon-label [type]="step.data?.job_type" [showLabel]="false"></sm-experiment-type-icon-label> */}
|
||||
<div className="title" style={{
|
||||
flex: 1,
|
||||
maxWidth: "108px",
|
||||
|
Loading…
Reference in New Issue
Block a user