mirror of
https://github.com/clearml/clearml-web
synced 2025-03-13 15:20:35 +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"
|
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user