Commit 23dd427f authored by Wolfgang Link's avatar Wolfgang Link Committed by Dietmar Maurer

Extent ZFSPool Content with rootdir

parent e00f8e85
......@@ -91,6 +91,15 @@ Ext.define('PVE.storage.ZFSPoolInputPanel', {
}));
}
me.column1.push(
{xtype: 'pveContentTypeSelector',
cts: ['images', 'rootdir'],
fieldLabel: gettext('Content'),
name: 'content',
value: ['images', 'rootdir'],
multiSelect: true,
allowBlank: false});
me.column2 = [
{
xtype: 'pvecheckbox',
......
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