feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -144,11 +144,11 @@ export function JobLifecycleComponent({ bodyshop, job, statuses }) {
|
||||
<Card loading={loading} title={t("job_lifecycle.content.title")}>
|
||||
{!loading ? (
|
||||
lifecycleData && lifecycleData.lifecycle && lifecycleData.durations ? (
|
||||
<Space direction="vertical" style={{ width: "100%" }}>
|
||||
<Space orientation="vertical" style={{ width: "100%" }}>
|
||||
<Card
|
||||
type="inner"
|
||||
title={
|
||||
<Space direction="horizontal" size="small">
|
||||
<Space orientation="horizontal" size="small">
|
||||
<Badge status="processing" count={lifecycleData.durations.totalStatuses} />
|
||||
{t("job_lifecycle.content.title_durations")}
|
||||
</Space>
|
||||
@@ -303,7 +303,7 @@ export function JobLifecycleComponent({ bodyshop, job, statuses }) {
|
||||
type="inner"
|
||||
title={
|
||||
<>
|
||||
<Space direction="horizontal" size="small">
|
||||
<Space orientation="horizontal" size="small">
|
||||
<Badge status="processing" count={lifecycleData.lifecycle.length} />
|
||||
{t("job_lifecycle.content.title_transitions")}
|
||||
</Space>
|
||||
|
||||
Reference in New Issue
Block a user