Wire up the job summary

This commit is contained in:
Michael Lange
2018-03-06 14:15:42 -08:00
parent c86469725d
commit a6319f3fcb

View File

@@ -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,
});