Commit 2aef0e00 authored by Wolfgang Link's avatar Wolfgang Link Committed by Dietmar Maurer

Add krbd option to GUI on ceph storage

parent f274147a
......@@ -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')
}
];
......
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