mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-30 01:02:17 +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'],
|
value: ['images', 'rootdir'],
|
||||||
multiSelect: true,
|
multiSelect: true,
|
||||||
allowBlank: false
|
allowBlank: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
xtype: 'pvecheckbox',
|
||||||
|
name: 'krbd',
|
||||||
|
uncheckedValue: 0,
|
||||||
|
fieldLabel: gettext('KRBD')
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user