Add krbd option to GUI on ceph storage

This commit is contained in:
Wolfgang Link 2015-09-08 12:25:02 +02:00 committed by Dietmar Maurer
parent 6f9ea1c199
commit 018c7524ba

View File

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