wide page with sticky table heads.

updates local-policy default.
data fields fixes.
This commit is contained in:
Rami Winestock
2023-12-18 18:23:02 +02:00
parent 2a3348ea3d
commit 8631791999
10 changed files with 12 additions and 14 deletions

View File

@@ -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) %>

View File

@@ -1,4 +1,4 @@
<thead>
<thead class="sticky-top bg-white">
<th>&nbsp;</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>