mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 08:04:53 +00:00
ui: qemu/HardwareView: eslint: enforce "no-useless-concat" rule
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
7fcad9ebfb
commit
87f53aa85e
@ -610,7 +610,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,
|
||||
|
Loading…
Reference in New Issue
Block a user