From bcf08eaf11406b1db025a31e8b9c7dbe5e8af4f1 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 15 Feb 2013 10:10:34 +0100 Subject: [PATCH] enable RBD on the GUI --- www/manager/dc/StorageView.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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',