it is basically the 'Server View' but with less content, and has often
times lead to confusion when uses accidentally selected it.

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 www/manager6/form/ViewSelector.js | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/www/manager6/form/ViewSelector.js 
b/www/manager6/form/ViewSelector.js
index 45fabd7ef..e25547c41 100644
--- a/www/manager6/form/ViewSelector.js
+++ b/www/manager6/form/ViewSelector.js
@@ -26,13 +26,6 @@ Ext.define('PVE.form.ViewSelector', {
                text: gettext('Folder View'),
                groups: ['type'],
            },
-           storage: {
-               text: gettext('Storage View'),
-               groups: ['node'],
-               filterfn: function(node) {
-                   return node.data.type === 'storage' || node.data.type === 
'node';
-               },
-           },
            pool: {
                text: gettext('Pool View'),
                groups: ['pool'],
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to