[pve-devel] r6308 - pve-manager/pve2/www/manager/qemu

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Jul 15 08:00:24 CEST 2011


Author: dietmar
Date: 2011-07-15 08:00:24 +0200 (Fri, 15 Jul 2011)
New Revision: 6308

Modified:
   pve-manager/pve2/www/manager/qemu/Options.js
Log:
remove Notes from Options (because it is not really an option, and we can edit it on the summary panel already)


Modified: pve-manager/pve2/www/manager/qemu/Options.js
===================================================================
--- pve-manager/pve2/www/manager/qemu/Options.js	2011-07-15 05:26:01 UTC (rev 6307)
+++ pve-manager/pve2/www/manager/qemu/Options.js	2011-07-15 06:00:24 UTC (rev 6308)
@@ -135,15 +135,6 @@
 	    startdate: {
 		header: 'RTC start date',
 		defaultValue: 'now'
-	    }, 
-	    description: {
-		header: 'Notes',
-		required: true,
-		renderer: function(value, metaData) {
-		    metaData.style = 'white-space:pre;';
-		    return Ext.htmlEncode(value);
-		},
-		editor: 'PVE.qemu.NotesEdit'
 	    }
 	};
 




More information about the pve-devel mailing list