Some fixes
This commit is contained in:
parent
f1eccfbed5
commit
caf9eb14a1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ module.exports = it => {
|
|||
const fields = [
|
||||
{ label: 'Action taken', value: it.action?.toUpperCase() },
|
||||
{ label: 'ASN', value: `${it.clientAsn} (${it.clientASNDescription})` },
|
||||
{ label: 'HTTP protocol', value: `${it.clientRequestHTTPProtocol} (method ${it.clientRequestHTTPMethodName})` },
|
||||
{ label: 'Protocol', value: `${it.clientRequestHTTPProtocol} (method ${it.clientRequestHTTPMethodName})` },
|
||||
{ label: 'Domain', value: it.clientRequestHTTPHost },
|
||||
{ label: 'Endpoint', value: it.clientRequestPath },
|
||||
{ label: 'Query', value: it.clientRequestQuery },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue