]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/form/ViewSelector.js
ui: eslint: fix trailing spaces
[pve-manager.git] / www / manager6 / form / ViewSelector.js
index 025fcfac88d067e6e17e122ed257abbfe4d34893..fd0b536dc640f6092cb1ec9b99087ccabd1bdae1 100644 (file)
@@ -33,12 +33,12 @@ Ext.define('PVE.form.ViewSelector', {
                    return node.data.type === 'storage' || node.data.type === 'node';
                }
            },
-           pool: { 
-               text: gettext('Pool View'), 
+           pool: {
+               text: gettext('Pool View'),
                groups: ['pool'],
                 // Pool View only lists VMs and Containers
                 filterfn: function(node) {
-                    return node.data.type === 'qemu' || node.data.type === 'lxc' || node.data.type === 'openvz' || 
+                    return node.data.type === 'qemu' || node.data.type === 'lxc' || node.data.type === 'openvz' ||
                        node.data.type === 'pool';
                 }
            }