i'd prefer we use template strings if we touch this line
this could be

`/api2/json/nodes/${nodename}/qemu/${vmid}/pending`

On 2/1/21 3:21 PM, Aaron Lauterer wrote:
Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com>
---
  www/manager6/qemu/HardwareView.js | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/HardwareView.js 
b/www/manager6/qemu/HardwareView.js
index fa72d9d3..cc707a2a 100644
--- a/www/manager6/qemu/HardwareView.js
+++ b/www/manager6/qemu/HardwareView.js
@@ -609,7 +609,7 @@ Ext.define('PVE.qemu.HardwareView', {
        };
Ext.apply(me, {
-           url: '/api2/json/' + 'nodes/' + nodename + '/qemu/' + vmid + 
'/pending',
+           url: '/api2/json/nodes/' + nodename + '/qemu/' + vmid + '/pending',
            interval: 5000,
            selModel: sm,
            run_editor: run_editor,



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

Reply via email to