]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/ceph/Status.js
ui: eslint: fix various spacing related issues
[pve-manager.git] / www / manager6 / ceph / Status.js
index e33af2ba416365b04b515af60f2d434f310d33ee..9c77d4edb9fd3ffe2d00e9ea5cd256c8d1c538e2 100644 (file)
@@ -390,11 +390,11 @@ Ext.define('PVE.node.CephStatus', {
        me.writes = me.down('#writes');
 
        var regex = new RegExp("not (installed|initialized)", "i");
-       PVE.Utils.handleStoreErrorOrMask(me, me.store, regex, function(me, error){
+       PVE.Utils.handleStoreErrorOrMask(me, me.store, regex, function(me, error) {
            me.store.stopUpdate();
            PVE.Utils.showCephInstallOrMask(me, error.statusText, (nodename || 'localhost'),
-               function(win){
-                   me.mon(win, 'cephInstallWindowClosed', function(){
+               function(win) {
+                   me.mon(win, 'cephInstallWindowClosed', function() {
                        me.store.startUpdate();
                    });
                },