]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/qemu/CloudInit.js
ui: eslint: fix various spacing related issues
[pve-manager.git] / www / manager6 / qemu / CloudInit.js
index c5ec5edaa5dc270becf75b40d5a4f6d4cadad32b..31a139b7397b7c197a16c958976d6cf2776e20f1 100644 (file)
@@ -35,7 +35,7 @@ Ext.define('PVE.qemu.CloudInit', {
            handler: function() {
                var me = this.up('grid');
                var records = me.getSelection();
-               if (!records ||  !records.length) {
+               if (!records || !records.length) {
                    return;
                }
 
@@ -164,7 +164,7 @@ Ext.define('PVE.qemu.CloudInit', {
     },
 
     listeners: {
-       activate: function () {
+       activate: function() {
            var me = this;
            me.rstore.startUpdate();
        },
@@ -188,7 +188,7 @@ Ext.define('PVE.qemu.CloudInit', {
        }
        var caps = Ext.state.Manager.get('GuiCap');
        me.baseurl = '/api2/extjs/nodes/' + nodename + '/qemu/' + vmid;
-       me.url =  me.baseurl + '/pending';
+       me.url = me.baseurl + '/pending';
        me.editorConfig.url = me.baseurl + '/config';
        me.editorConfig.pveSelNode = me.pveSelNode;