Commit fcb890b2 authored by Dietmar Maurer's avatar Dietmar Maurer

enable RBD on the GUI

parent a34d9276
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment