feature/IO-3497-Ant-Design-v5-to-v6 - Signed off Files
This commit is contained in:
@@ -8,7 +8,7 @@ export default function CourtesyCarDetailPageComponent({ contracts, form, saveLo
|
||||
<Col span={24}>
|
||||
<CourtesyCarCreateFormComponent form={form} saveLoading={saveLoading} />
|
||||
</Col>
|
||||
<Divider type="horizontal" />
|
||||
<Divider orientation="horizontal" />
|
||||
<Col span={24}>
|
||||
<CourtesyCarContractListComponent contracts={contracts} totalContracts={totalContracts} />
|
||||
</Col>
|
||||
|
||||
@@ -190,7 +190,7 @@ export function ExportLogsPageComponent() {
|
||||
<Table
|
||||
loading={loading}
|
||||
pagination={{
|
||||
position: "top",
|
||||
placement: "top",
|
||||
pageSize: pageLimit,
|
||||
current: parseInt(page || 1, 10),
|
||||
total: data && data.search_exportlog_aggregate.aggregate.count
|
||||
|
||||
@@ -332,7 +332,7 @@ export function JobsDetailPage({
|
||||
extra={menuExtra}
|
||||
/>
|
||||
<JobsDetailHeader job={job} />
|
||||
<Divider type="horizontal" />
|
||||
<Divider orientation="horizontal" />
|
||||
<JobProfileDataWarning job={job} />
|
||||
<FormFieldsChanged form={form} />
|
||||
<Tabs
|
||||
|
||||
@@ -8,7 +8,7 @@ export default function OwnersDetailComponent({ owner, refetch }) {
|
||||
<Col span={24}>
|
||||
<OwnerDetailForm owner={owner} refetch={refetch} />
|
||||
</Col>
|
||||
<Divider type="horizontal" />
|
||||
<Divider orientation="horizontal" />
|
||||
<Col span={24}>
|
||||
<OwnerDetailJobsComponent owner={owner} />
|
||||
</Col>
|
||||
|
||||
@@ -176,7 +176,7 @@ export function PhonebookPageComponent({ bodyshop, authLevel }) {
|
||||
<Table
|
||||
loading={loading}
|
||||
pagination={{
|
||||
position: "top",
|
||||
placement: "top",
|
||||
pageSize: pageLimit,
|
||||
current: parseInt(page || 1, 10),
|
||||
total: data && data.search_phonebook_aggregate.aggregate.count
|
||||
|
||||
@@ -133,7 +133,7 @@ export function SimplifiedPartsJobDetailComponent({ setPrintCenterContext, jobRO
|
||||
|
||||
<PageHeader title={<Space>{job.ro_number || t("general.labels.na")}</Space>} extra={menuExtra} />
|
||||
<JobsDetailHeader job={job} />
|
||||
<Divider type="horizontal" />
|
||||
<Divider orientation="horizontal" />
|
||||
<FormFieldsChanged form={form} />
|
||||
<Tabs
|
||||
defaultActiveKey={search.tab}
|
||||
|
||||
@@ -9,7 +9,7 @@ export default function VehicleDetailComponent({ vehicle, refetch }) {
|
||||
<Col span={24}>
|
||||
<VehicleDetailFormContainer vehicle={vehicle} refetch={refetch} />
|
||||
</Col>
|
||||
<Divider type="horizontal" />
|
||||
<Divider orientation="horizontal" />
|
||||
<Col span={24}>
|
||||
<VehicleDetailJobsComponent vehicle={vehicle} />
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user