mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-07 18:03:33 +00:00
Filtered log views
This commit is contained in:
22
frontend/js/app/openappsec-log/list-all/main.ejs
Normal file
22
frontend/js/app/openappsec-log/list-all/main.ejs
Normal file
@@ -0,0 +1,22 @@
|
||||
<thead>
|
||||
<th>Time</th>
|
||||
<th>Event Severity</th>
|
||||
<th>Asset Name</th>
|
||||
<th>Security Action</th>
|
||||
<th>AppSec Incident 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>Protection Name</th>
|
||||
<th>Matched Location</th>
|
||||
<th>Matched Parameter</th>
|
||||
<th>Matched Sample</th>
|
||||
<th> </th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- items -->
|
||||
</tbody>
|
Reference in New Issue
Block a user