ui: qemu os type edit: eslint fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-21 14:40:20 +01:00
parent cfcb74ab96
commit 571bc9e2f7

View File

@ -57,7 +57,7 @@ Ext.define('PVE.qemu.OSTypeInputPanel', {
onSecondCDChange: function(widget, value, lastValue) {
let me = this;
let vm = me.getViewModel();
let updateVMConfig = function () {
let updateVMConfig = function() {
let widgets = Ext.ComponentQuery.query('pveMultiHDPanel');
if (widgets.length === 1) {
widgets[0].getController().updateVMConfig();