feature/IO-3497-Ant-Design-v5-to-v6 - Orientation

This commit is contained in:
Dave
2026-01-09 18:29:43 -05:00
parent 30e137eaf6
commit c3da0d9035
34 changed files with 1219 additions and 900 deletions

View File

@@ -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 && (

View File

@@ -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} />