]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/storage/RBDEdit.js
ui: eslint: fix various spacing related issues
[pve-manager.git] / www / manager6 / storage / RBDEdit.js
index 4732ee6a5c9313d407c4a1a6bcbdb46546010ec0..be29dc8a57952b05e2110f1f426fbd3c4d716c7a 100644 (file)
@@ -91,7 +91,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
        this.callParent([values]);
     },
 
-    initComponent : function() {
+    initComponent: function() {
        var me = this;
 
        if (!me.nodename) {
@@ -194,7 +194,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
            xtype: 'proxmoxcheckbox',
            name: 'pveceph',
            reference: 'pvecephRef',
-           bind : {
+           bind: {
                disabled: '{!pvecephPossible}',
                value: '{pveceph}',
            },