mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 14:37:56 +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.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',
|
||||||
|
Loading…
Reference in New Issue
Block a user