[pve-devel] [PATCH manager 6/6] ui ProcessorEdit: remove redundancy, 'NUMA' is a checkbox

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Sep 26 13:56:49 CEST 2017


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/qemu/ProcessorEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/ProcessorEdit.js b/www/manager6/qemu/ProcessorEdit.js
index 80c79236..698234b7 100644
--- a/www/manager6/qemu/ProcessorEdit.js
+++ b/www/manager6/qemu/ProcessorEdit.js
@@ -90,7 +90,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
 	},
 	{
 	    xtype: 'pvecheckbox',
-	    fieldLabel: gettext('Enable NUMA'),
+	    fieldLabel: gettext('NUMA'),
 	    name: 'numa',
 	    uncheckedValue: 0
 	}
-- 
2.11.0





More information about the pve-devel mailing list