mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-07 01:43:33 +00:00
wide page with sticky table heads.
updates local-policy default. data fields fixes.
This commit is contained in:
@@ -63,6 +63,7 @@ const internalOpenappsecLog = {
|
||||
waapIncidentType: json.eventData.waapIncidentType,
|
||||
httpSourceId: json.eventData.httpSourceId,
|
||||
sourceIP: json.eventData.sourceIP,
|
||||
proxyIP: json.eventData.proxyIP,
|
||||
httpHostName: json.eventData.httpHostName,
|
||||
httpMethod: json.eventData.httpMethod,
|
||||
httpUriPath: json.eventData.httpUriPath,
|
||||
|
@@ -80,6 +80,7 @@ log-triggers:
|
||||
enabled: true
|
||||
minimum-severity: high
|
||||
response-body: false
|
||||
response-code: true
|
||||
appsec-logging:
|
||||
all-web-requests: false
|
||||
detect-events: true
|
||||
@@ -87,8 +88,8 @@ log-triggers:
|
||||
extended-logging:
|
||||
http-headers: false
|
||||
request-body: false
|
||||
url-path: false
|
||||
url-query: false
|
||||
url-path: true
|
||||
url-query: true
|
||||
log-destination:
|
||||
cloud: false
|
||||
stdout:
|
||||
|
@@ -6,12 +6,11 @@
|
||||
<%= createSpecificTableCell(waapIncidentType) %>
|
||||
<%= createSpecificTableCell(httpSourceId) %>
|
||||
<%= createSpecificTableCell(sourceIP) %>
|
||||
<%= createSpecificTableCell(proxyIp) %>
|
||||
<%= createSpecificTableCell(proxyIP) %>
|
||||
<%= createSpecificTableCell(httpHostName) %>
|
||||
<%= createSpecificTableCell(httpMethod) %>
|
||||
<%= createSpecificTableCell(httpResponseCode) %>
|
||||
<%= createSpecificTableCell(httpUriPath) %>
|
||||
<%= createSpecificTableCell(eventTopic) %>
|
||||
<%= createSpecificTableCell(matchedLocation) %>
|
||||
<%= createSpecificTableCell(matchedParameter) %>
|
||||
<%= createSpecificTableCell(matchedSample) %>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<thead>
|
||||
<thead class="sticky-top bg-white">
|
||||
<th> </th>
|
||||
<th>Time</th>
|
||||
<th>Event Severity</th>
|
||||
@@ -12,7 +12,6 @@
|
||||
<th>HTTP Method</th>
|
||||
<th><span class="text-nowrap">HTTP Response</span> Code</th>
|
||||
<th><span class="text-nowrap">HTTP URI</span> Path</th>
|
||||
<th>Event Topic</th>
|
||||
<th>Matched Location</th>
|
||||
<th>Matched Parameter</th>
|
||||
<th>Matched Sample</th>
|
||||
|
@@ -6,12 +6,11 @@
|
||||
<%= createSpecificTableCell(waapIncidentType) %>
|
||||
<%= createSpecificTableCell(httpSourceId) %>
|
||||
<%= createSpecificTableCell(sourceIP) %>
|
||||
<%= createSpecificTableCell(proxyIp) %>
|
||||
<%= createSpecificTableCell(proxyIP) %>
|
||||
<%= createSpecificTableCell(httpHostName) %>
|
||||
<%= createSpecificTableCell(httpMethod) %>
|
||||
<%= createSpecificTableCell(httpResponseCode) %>
|
||||
<%= createSpecificTableCell(httpUriPath) %>
|
||||
<%= createSpecificTableCell(eventTopic) %>
|
||||
<%= createSpecificTableCell(matchedLocation) %>
|
||||
<%= createSpecificTableCell(matchedParameter) %>
|
||||
<%= createSpecificTableCell(matchedSample) %>
|
@@ -1,4 +1,4 @@
|
||||
<thead>
|
||||
<thead class="sticky-top bg-white">
|
||||
<th> </th>
|
||||
<th>Time</th>
|
||||
<th>Event Severity</th>
|
||||
@@ -12,7 +12,6 @@
|
||||
<th>HTTP Method</th>
|
||||
<th><span class="text-nowrap">HTTP Response</span> Code</th>
|
||||
<th><span class="text-nowrap">HTTP URI</span> Path</th>
|
||||
<th>Event Topic</th>
|
||||
<th>Matched Location</th>
|
||||
<th>Matched Parameter</th>
|
||||
<th>Matched Sample</th>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<thead>
|
||||
<thead class="sticky-top bg-white">
|
||||
<th> </th>
|
||||
<th>Time</th>
|
||||
<th>Event Severity</th>
|
||||
|
@@ -30,7 +30,7 @@
|
||||
<div role="tabpanel" class="tab-pane active" id="tab1">
|
||||
<div class="dimmer active">
|
||||
<div class="loader"></div>
|
||||
<div class="dimmer-content list-region table-responsive">
|
||||
<div class="dimmer-content list-region">
|
||||
<!-- List Region -->
|
||||
</div>
|
||||
<div class="dimmer-content pagination-region">
|
||||
|
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="my-3 my-md-5">
|
||||
<div id="app-content" class="container">
|
||||
<div id="app-content">
|
||||
<!-- App View -->
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -13,7 +13,7 @@ const model = Backbone.Model.extend({
|
||||
httpSourceId: '',
|
||||
sourceIP: '',
|
||||
// 'Proxy-IP': '',
|
||||
proxyIp: '',
|
||||
proxyIP: '',
|
||||
httpHostName: '',
|
||||
httpMethod: '',
|
||||
// 'HTTP-Response-Code': '',
|
||||
|
Reference in New Issue
Block a user