// { label: 'Zone', value: clientRequestHTTPHost },
This commit is contained in:
parent
7ea86d3e0c
commit
03b1fe55ac
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ module.exports = ({ action, clientAsn, clientASNDescription, clientRequestHTTPPr
|
|||
{ label: 'Action taken', value: action?.toUpperCase() },
|
||||
{ label: 'ASN', value: `${clientAsn} (${clientASNDescription})` },
|
||||
{ label: 'Protocol', value: `${clientRequestHTTPProtocol} (${clientRequestHTTPMethodName} method)` },
|
||||
{ label: 'Zone', value: clientRequestHTTPHost },
|
||||
// { label: 'Zone', value: clientRequestHTTPHost },
|
||||
{ label: 'Endpoint', value: clientRequestPath },
|
||||
{ label: 'Query', value: clientRequestQuery },
|
||||
{ label: 'Timestamp', value: datetime },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue