]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: qemu os type edit: eslint fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Nov 2023 13:40:20 +0000 (14:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Nov 2023 13:40:20 +0000 (14:40 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/OSTypeEdit.js

index 0a59de32391909a6e8ca33b43b11da75912bc6c4..d42cb2836fb8eb83172baa81f1997adc5427a7c3 100644 (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();