]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/dc/PoolView.js
ui: eslint: fix various spacing related issues
[pve-manager.git] / www / manager6 / dc / PoolView.js
index ea42f343ec671ca4e2e7abfe13ff38c6bba5dd67..0130f5fa5e5c0de1d1a4567701751b52d36c43b2 100644 (file)
@@ -8,7 +8,7 @@ Ext.define('PVE.dc.PoolView', {
     stateful: true,
     stateId: 'grid-pools',
 
-    initComponent : function() {
+    initComponent: function() {
        var me = this;
 
        var store = new Ext.data.Store({
@@ -28,7 +28,7 @@ Ext.define('PVE.dc.PoolView', {
        var remove_btn = Ext.create('Proxmox.button.StdRemoveButton', {
            selModel: sm,
            baseurl: '/pools/',
-           callback: function () {
+           callback: function() {
                reload();
            },
        });