mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 02:13:34 +00:00
Update log table, login screen UI and package versions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
<td><%- formatDbDate(eventTime, 'D-M-YY, H:mm') %></td>
|
||||
<td class="text-right"><a href="#" class="meta btn btn-secondary btn-sm">open</a></td>
|
||||
<td class="text-nowrap"><%- formatDbDate(eventTime, 'MMM DD YYYY, H:mm') %></td>
|
||||
<td><%- eventSeverity %></td>
|
||||
<td><%- assetName %></td>
|
||||
<td><%- securityAction %></td>
|
||||
@@ -14,7 +14,4 @@
|
||||
<td><%- eventTopic %></td>
|
||||
<td><%- matchedLocation %></td>
|
||||
<td><%- matchedParameter %></td>
|
||||
<td><%- matchedSample %></td>
|
||||
<td class="text-right">
|
||||
<a href="#" class="meta btn btn-secondary btn-sm">open</a>
|
||||
</td>
|
||||
<td><%- matchedSample %></td>
|
@@ -1,21 +1,21 @@
|
||||
<thead>
|
||||
<th> </th>
|
||||
<th>Time</th>
|
||||
<th>Event Severity</th>
|
||||
<th>Asset Name</th>
|
||||
<th>Security Action</th>
|
||||
<th>AppSec Incident Type</th>
|
||||
<th><span class="text-nowrap">AppSec Incident</span> Type</th>
|
||||
<th>Source Identifier</th>
|
||||
<th>Source IP</th>
|
||||
<th>Proxy IP</th>
|
||||
<th>HTTP Host</th>
|
||||
<th>HTTP Method</th>
|
||||
<th>HTTP Response Code</th>
|
||||
<th>HTTP URI Path</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>
|
||||
<th> </th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- items -->
|
||||
|
Reference in New Issue
Block a user