mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 18:29:11 +00:00
enable RBD on the GUI
This commit is contained in:
parent
3e56f673e5
commit
bcf08eaf11
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user