[pve-devel] [PATCH] Extent ZFSPool Content with rootdir

Wolfgang Link w.link at proxmox.com
Fri Jul 24 12:59:13 CEST 2015


---
 www/manager/storage/ZFSPoolEdit.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/www/manager/storage/ZFSPoolEdit.js b/www/manager/storage/ZFSPoolEdit.js
index b0a17b2..dfefa0b 100644
--- a/www/manager/storage/ZFSPoolEdit.js
+++ b/www/manager/storage/ZFSPoolEdit.js
@@ -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',
-- 
2.1.4





More information about the pve-devel mailing list