]> git.proxmox.com Git - pve-manager.git/commitdiff
cleanup: style fix
authorStefan Hrdlicka <s.hrdlicka@proxmox.com>
Mon, 10 Oct 2022 15:21:16 +0000 (17:21 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Mon, 24 Oct 2022 11:38:23 +0000 (13:38 +0200)
Signed-off-by: Stefan Hrdlicka <s.hrdlicka@proxmox.com>
www/manager6/form/ControllerSelector.js

index 8a52737d52ce064696468e4f7456c2bbc12aa2c5..d7c2625da1d3a43a8f0b2b68e9f0967202135448 100644 (file)
@@ -59,7 +59,7 @@ Ext.define('PVE.form.ControllerSelector', {
     },
 
     initComponent: function() {
-       var me = this;
+       let me = this;
 
        Ext.apply(me, {
            fieldLabel: gettext('Bus/Device'),