We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa040f1 commit 603200cCopy full SHA for 603200c
1 file changed
lib/server/views/runs/summary.js
@@ -54,7 +54,7 @@ export const runSummary = {
54
include: [
55
{ association: 'runType', attributes: ['name'] },
56
{ association: 'tags', attributes: ['text', 'id'] },
57
- { association: 'detectors' },
+ { association: 'detectors', attributes: ['name'] },
58
{
59
association: 'eorReasons',
60
attributes: ['description'],
0 commit comments