]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: lxc: add firewall log view filtering
authorChristian Ebner <c.ebner@proxmox.com>
Tue, 5 Dec 2023 14:36:26 +0000 (15:36 +0100)
committerFiona Ebner <f.ebner@proxmox.com>
Mon, 15 Apr 2024 14:07:50 +0000 (16:07 +0200)
Allow to filter firewall logs analogous to node and VM firewall logs.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
www/manager6/lxc/Config.js

index 4516ee8f9031da0476cca179d4de88fe0c62009d..8ef66f399c9882acc3cdfd7f558820ece540b9f1 100644 (file)
@@ -355,6 +355,8 @@ Ext.define('PVE.lxc.Config', {
                    itemId: 'firewall-fwlog',
                    xtype: 'proxmoxLogView',
                    url: '/api2/extjs' + base_url + '/firewall/log',
+                   log_select_timespan: true,
+                   submitFormat: 'U',
                },
            );
        }