IO-3020 IO-3096 Additional cleanup.
This commit is contained in:
@@ -16,7 +16,7 @@ function FeatureWrapper({
|
|||||||
bodyshop,
|
bodyshop,
|
||||||
featureName,
|
featureName,
|
||||||
noauth,
|
noauth,
|
||||||
blurContent = false,
|
blurContent,
|
||||||
children,
|
children,
|
||||||
upsellComponent,
|
upsellComponent,
|
||||||
...restProps
|
...restProps
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ export function JobLinesExpander({ jobline, jobid, bodyshop, technician }) {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
/>{" "}
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
<Col md={24} lg={8}>
|
<Col md={24} lg={8}>
|
||||||
<Typography.Title level={4}>{t("parts_dispatch.labels.parts_dispatch")}</Typography.Title>
|
<Typography.Title level={4}>{t("parts_dispatch.labels.parts_dispatch")}</Typography.Title>
|
||||||
|
|||||||
@@ -138,7 +138,6 @@ export function JobLifecycleComponent({ job, statuses, ...rest }) {
|
|||||||
}
|
}
|
||||||
style={{ width: "100%" }}
|
style={{ width: "100%" }}
|
||||||
>
|
>
|
||||||
{" "}
|
|
||||||
<Card type="inner" style={{ marginTop: "10px" }}>
|
<Card type="inner" style={{ marginTop: "10px" }}>
|
||||||
<UpsellComponent upsell={upsellEnum.lifecycle.general} />
|
<UpsellComponent upsell={upsellEnum.lifecycle.general} />
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
@@ -697,7 +697,7 @@ export function JobsDetailHeaderActions({
|
|||||||
) : (
|
) : (
|
||||||
<Link to={`/manage/jobs/${job.id}/deliver`}>
|
<Link to={`/manage/jobs/${job.id}/deliver`}>
|
||||||
<LockerWrapperComponent disabled featureName="checklist">
|
<LockerWrapperComponent disabled featureName="checklist">
|
||||||
{t("jobs.actions.deliver")}{" "}
|
{t("jobs.actions.deliver")}
|
||||||
</LockerWrapperComponent>
|
</LockerWrapperComponent>
|
||||||
</Link>
|
</Link>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user