Commit f6df9310 authored by Dietmar Maurer's avatar Dietmar Maurer

add content type selector to LVM storage editor

parent 60482016
...@@ -185,6 +185,16 @@ Ext.define('PVE.storage.LVMInputPanel', { ...@@ -185,6 +185,16 @@ Ext.define('PVE.storage.LVMInputPanel', {
me.column1.push(vgnameField); me.column1.push(vgnameField);
me.column1.push({
xtype: 'pveContentTypeSelector',
cts: ['images', 'rootdir'],
fieldLabel: gettext('Content'),
name: 'content',
value: ['images', 'rootdir'],
multiSelect: true,
allowBlank: false
});
me.column2 = [ me.column2 = [
{ {
xtype: 'PVE.form.NodeSelector', xtype: 'PVE.form.NodeSelector',
......
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