Skip to content

Commit 1a216d6

Browse files
author
NarrowsProjects
committed
patch 2
1 parent 6ea31f6 commit 1a216d6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/server/views/runs/summary.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ export const runSummary = {
6161
association: 'reasonType',
6262
},
6363
},
64+
{
65+
association: 'detectors',
66+
attributes: ['name'],
67+
through: {
68+
attributes: ['quality'],
69+
},
70+
},
6471
{ association: 'lhcPeriod', attributes: ['name'] },
6572
],
6673
};

0 commit comments

Comments
 (0)