Update User agent
This commit is contained in:
parent
f4f94f7662
commit
8f9c3a6230
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ module.exports = it => {
|
||||||
{ label: 'Timestamp', value: it.datetime },
|
{ label: 'Timestamp', value: it.datetime },
|
||||||
{ label: 'Ray ID', value: it.rayName },
|
{ label: 'Ray ID', value: it.rayName },
|
||||||
{ label: 'Rule ID', value: it.ruleId },
|
{ label: 'Rule ID', value: it.ruleId },
|
||||||
{ label: 'User agent', value: it.userAgent }
|
{ label: 'User agent', value: it.userAgent || 'Empty string' }
|
||||||
];
|
];
|
||||||
|
|
||||||
const reportLines = fields
|
const reportLines = fields
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue