mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Wire up the job summary
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user