]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/ceph/Monitor.js
ui: eslint: fix trailing comma and comma related whitespaces errors
[pve-manager.git] / www / manager6 / ceph / Monitor.js
index eb35e91ca96b5684b3531aa8bccf1d9e2b0141c3..eef0defd130bd0b69219f5af4f2efa6217990357 100644 (file)
@@ -9,12 +9,12 @@ Ext.define('PVE.node.CephMonMgrList', {
     defaults: {
        border: false,
        onlineHelp: 'chapter_pveceph',
-       flex: 1
+       flex: 1,
     },
 
     layout: {
        type: 'vbox',
-       align: 'stretch'
+       align: 'stretch',
     },
 
     items: [
@@ -28,19 +28,19 @@ Ext.define('PVE.node.CephMonMgrList', {
                    width: 70,
                    sortable: true,
                    renderer: Proxmox.Utils.format_boolean,
-                   dataIndex: 'quorum'
-               }
+                   dataIndex: 'quorum',
+               },
            ],
            stateId: 'grid-ceph-monitor',
            showCephInstallMask: true,
-           title: gettext('Monitor')
+           title: gettext('Monitor'),
        },
        {
            xtype: 'pveNodeCephServiceList',
            type: 'mgr',
            stateId: 'grid-ceph-manager',
            cbind: { pveSelNode: '{pveSelNode}' },
-           title: gettext('Manager')
-       }
-    ]
+           title: gettext('Manager'),
+       },
+    ],
 });