[pve-devel] [PATCH manager] ui: qemu/SystemEdit: add spacing and heading for 'firmware' options

Dominik Csapak d.csapak at proxmox.com
Wed Nov 3 15:01:04 CET 2021


So that they are more visually seperated from the rest of the options.
Use the same style as in the realm sync panel.

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/qemu/SystemEdit.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/www/manager6/qemu/SystemEdit.js b/www/manager6/qemu/SystemEdit.js
index f3e3fe9c..11fee24b 100644
--- a/www/manager6/qemu/SystemEdit.js
+++ b/www/manager6/qemu/SystemEdit.js
@@ -93,6 +93,10 @@ Ext.define('PVE.qemu.SystemInputPanel', {
 		['q35', 'q35'],
 	    ],
 	},
+	{
+	    xtype: 'displayfield',
+	    value: gettext('Firmware'),
+	},
 	{
 	    xtype: 'pveQemuBiosSelector',
 	    name: 'bios',
@@ -147,6 +151,11 @@ Ext.define('PVE.qemu.SystemInputPanel', {
 	    deleteDefaultValue: true,
 	    fieldLabel: gettext('Qemu Agent'),
 	},
+	{
+	    // fake for spacing
+	    xtype: 'displayfield',
+	    value: ' ',
+	},
 	{
 	    xtype: 'proxmoxcheckbox',
 	    reference: 'addtpmbox',
-- 
2.30.2






More information about the pve-devel mailing list