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>

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>

View File

@@ -1,4 +1,4 @@
<thead>
<thead class="sticky-top bg-white">
<th>&nbsp;</th>
<th>Time</th>
<th>Event Severity</th>

View File

@@ -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">

View File

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

View File

@@ -13,7 +13,7 @@ const model = Backbone.Model.extend({
httpSourceId: '',
sourceIP: '',
// 'Proxy-IP': '',
proxyIp: '',
proxyIP: '',
httpHostName: '',
httpMethod: '',
// 'HTTP-Response-Code': '',