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


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to