diff --git a/client/src/components/dashboard-components/job-lifecycle/job-lifecycle-dashboard.component.jsx b/client/src/components/dashboard-components/job-lifecycle/job-lifecycle-dashboard.component.jsx index bc0c209ad..1c9d706d2 100644 --- a/client/src/components/dashboard-components/job-lifecycle/job-lifecycle-dashboard.component.jsx +++ b/client/src/components/dashboard-components/job-lifecycle/job-lifecycle-dashboard.component.jsx @@ -142,17 +142,37 @@ export default function JobLifecycleDashboardComponent({ data, bodyshop, ...card title={t("job_lifecycle.content.legend_title")} style={{ marginTop: "10px" }} > -
+
{lifecycleData.summations.map((key) => ( - +
{key.status} [{lifecycleData.statusCounts[key.status]}] ({key.roundedPercentage}) diff --git a/client/src/components/job-lifecycle/job-lifecycle.component.jsx b/client/src/components/job-lifecycle/job-lifecycle.component.jsx index e5b99a9f2..5b0e1c082 100644 --- a/client/src/components/job-lifecycle/job-lifecycle.component.jsx +++ b/client/src/components/job-lifecycle/job-lifecycle.component.jsx @@ -222,17 +222,37 @@ export function JobLifecycleComponent({ bodyshop, job, statuses }) {
-
+
{lifecycleData.durations.summations.map((key) => ( - +
{key.status} (