ui: qemu/HardwareView: eslint: enforce "no-useless-concat" rule

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2021-02-12 16:57:48 +01:00 committed by Thomas Lamprecht
parent 7fcad9ebfb
commit 87f53aa85e

View File

@ -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,