[pve-devel] [PATCH pve-manager] ui: lxc: add firewall log view filtering
Christian Ebner
c.ebner at proxmox.com
Tue Dec 5 15:36:26 CET 2023
Allow to filter firewall logs analogous to node and VM firewall logs.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
www/manager6/lxc/Config.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/manager6/lxc/Config.js b/www/manager6/lxc/Config.js
index 4516ee8f..8ef66f39 100644
--- a/www/manager6/lxc/Config.js
+++ b/www/manager6/lxc/Config.js
@@ -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',
},
);
}
--
2.39.2
More information about the pve-devel
mailing list