From a6319f3fcb948bde8a802097cbef1acad97d1d60 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Tue, 6 Mar 2018 14:15:42 -0800 Subject: [PATCH] Wire up the job summary --- ui/mirage/factories/job.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/mirage/factories/job.js b/ui/mirage/factories/job.js index 62d0d3886..f2cfa9fad 100644 --- a/ui/mirage/factories/job.js +++ b/ui/mirage/factories/job.js @@ -113,6 +113,7 @@ export default Factory.extend({ const jobSummary = server.create('job-summary', hasChildren ? 'withChildren' : 'withSummary', { groupNames: groups.mapBy('name'), job, + job_id: job.id, namespace: job.namespace, });