feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -219,7 +219,7 @@ export function JobsCloseComponent({ job, bodyshop, jobRO, insertAuditTrail, set
|
||||
}
|
||||
/>
|
||||
<JobCloseRoGuardContainer form={form} job={job} />
|
||||
<Space wrap direction="vertical" style={{ width: "100%" }}>
|
||||
<Space wrap orientation="vertical" style={{ width: "100%" }}>
|
||||
<FormsFieldChanged form={form} />
|
||||
{!job.actual_in && job.scheduled_in && <Alert type="warning" message={t("jobs.labels.actual_in_inferred")} />}
|
||||
{!job.actual_completion && job.scheduled_completion && (
|
||||
|
||||
@@ -461,7 +461,7 @@ export function JobsDetailPage({
|
||||
icon: <FaTasks style={{ paddingTop: 3 }} />,
|
||||
id: "job-details-tasks",
|
||||
label: (
|
||||
<Space direction="horizontal" align="center">
|
||||
<Space orientation="horizontal" align="center">
|
||||
<span>{t("jobs.labels.tasks")}</span>
|
||||
{job.tasks_aggregate.aggregate.count > 0 && (
|
||||
<Badge size="small" count={job.tasks_aggregate.aggregate.count} />
|
||||
|
||||
Reference in New Issue
Block a user