[pve-devel] applied: [PATCH pve-manager] ui: lxc: add firewall log view filtering

Fiona Ebner f.ebner at proxmox.com
Mon Apr 15 16:13:39 CEST 2024


Am 05.12.23 um 15:36 schrieb Christian Ebner:
> 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',
>  		},
>  	    );
>  	}

applied, thanks!




More information about the pve-devel mailing list