[pve-devel] [PATCH manager] lxc: show dynamically assigned IPs in network tab

Lukas Wagner l.wagner at proxmox.com
Tue Apr 18 11:47:04 CEST 2023


On 4/18/23 11:31, Leo Nunner wrote:
>   	Proxmox.Utils.API2Request({
> -	    url: me.url,
> +	    url: '/nodes/' + nodename + '/lxc/' + vmid + '/interfaces',

Nit, I think a template string here would be nicer ;)

url: `/nodes/${nodename}/lxc/${vmid}/interfaces`

-- 
- Lukas





More information about the pve-devel mailing list