Update pipeline-step.component.tsx

This commit is contained in:
Shubham Takode 2024-03-04 15:44:32 +05:30
parent e196169c98
commit 11ff442447

View File

@ -23,10 +23,9 @@ export default function PipelineStepComponent({ data, selected, ...others }) {
background: "#1A1E2C" background: "#1A1E2C"
}}> }}>
<i <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" data-id="stepResultButton"
></i> ></i>
{/* <sm-experiment-type-icon-label [type]="step.data?.job_type" [showLabel]="false"></sm-experiment-type-icon-label> */}
<div className="title" style={{ <div className="title" style={{
flex: 1, flex: 1,
maxWidth: "108px", maxWidth: "108px",