mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 18:50:36 +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, {
|
Ext.apply(me, {
|
||||||
url: '/api2/json/' + 'nodes/' + nodename + '/qemu/' + vmid + '/pending',
|
url: `/api2/json/nodes/${nodename}/qemu/${vmid}/pending`,
|
||||||
interval: 5000,
|
interval: 5000,
|
||||||
selModel: sm,
|
selModel: sm,
|
||||||
run_editor: run_editor,
|
run_editor: run_editor,
|
||||||
|
Loading…
Reference in New Issue
Block a user