diff --git a/www/manager/dc/StorageView.js b/www/manager/dc/StorageView.js index f5022795..2c81c0be 100644 --- a/www/manager/dc/StorageView.js +++ b/www/manager/dc/StorageView.js @@ -134,10 +134,7 @@ Ext.define('PVE.dc.StorageView', { win.on('destroy', reload); win.show(); } - } -/* the following type are conidered unstable - * so we do not enable that on the GUI for now - + }, { text: 'RBD', iconCls: 'pve-itype-icon-node', @@ -146,7 +143,9 @@ Ext.define('PVE.dc.StorageView', { win.on('destroy', reload); win.show(); } - }, + } +/* the following type are conidered unstable + * so we do not enable that on the GUI for now { text: 'Sheepdog', iconCls: 'pve-itype-icon-node',