]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/storage/CephFSEdit.js
ui: eslint: fix various spacing related issues
[pve-manager.git] / www / manager6 / storage / CephFSEdit.js
index 2cf308a07d8f082d3b13f866dd05bbc46f6e33ac..1f5246cdb9d2cc01ed36fcdceb020bf5453e1797 100644 (file)
@@ -17,7 +17,7 @@ Ext.define('PVE.storage.CephFSInputPanel', {
        this.callParent([values]);
     },
 
-    initComponent : function() {
+    initComponent: function() {
        var me = this;
 
        if (!me.nodename) {
@@ -55,7 +55,7 @@ Ext.define('PVE.storage.CephFSInputPanel', {
                xtype: me.isCreate ? 'textfield' : 'displayfield',
                name: 'username',
                value: 'admin',
-               bind:  {
+               bind: {
                    disabled: '{pveceph}',
                    submitValue: '{!pveceph}',
                },
@@ -80,7 +80,7 @@ Ext.define('PVE.storage.CephFSInputPanel', {
            xtype: 'proxmoxcheckbox',
            name: 'pveceph',
            reference: 'pvecephRef',
-           bind : {
+           bind: {
                disabled: '{!pvecephPossible}',
                value: '{pveceph}',
            },