feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -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