mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-07 18:03:33 +00:00
wide page with sticky table heads.
updates local-policy default. data fields fixes.
This commit is contained in:
@@ -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