[pve-devel] [PATCH v3 2/2] firewall autodisable GUI patch

Dietmar Maurer dietmar at proxmox.com
Wed Jul 1 14:13:18 CEST 2015


> +	    PVE.Utils.API2Request({
> +		url: me.url,
> +		waitMsgTarget: me,
> +		method: me.method || (me.backgroundDelay ? 'POST' : 'PUT'),

Can we simply used fixed method here?

method: 'PUT',




More information about the pve-devel mailing list