mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-28 19:31:55 +00:00
Add krbd option to GUI on ceph storage
This commit is contained in:
parent
6f9ea1c199
commit
018c7524ba
@ -74,6 +74,12 @@ Ext.define('PVE.storage.RBDInputPanel', {
|
||||
value: ['images', 'rootdir'],
|
||||
multiSelect: true,
|
||||
allowBlank: false
|
||||
},
|
||||
{
|
||||
xtype: 'pvecheckbox',
|
||||
name: 'krbd',
|
||||
uncheckedValue: 0,
|
||||
fieldLabel: gettext('KRBD')
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user