enable RBD on the GUI

This commit is contained in:
Dietmar Maurer 2013-02-15 10:10:34 +01:00
parent 3e56f673e5
commit bcf08eaf11

View File

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