* [pve-devel] [PATCH manager] ui: qemu/SystemEdit: add spacing and heading for 'firmware' options
@ 2021-11-03 14:01 Dominik Csapak
2021-11-03 16:06 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2021-11-03 14:01 UTC (permalink / raw)
To: pve-devel
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@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] ui: qemu/SystemEdit: add spacing and heading for 'firmware' options
2021-11-03 14:01 [pve-devel] [PATCH manager] ui: qemu/SystemEdit: add spacing and heading for 'firmware' options Dominik Csapak
@ 2021-11-03 16:06 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-11-03 16:06 UTC (permalink / raw)
To: Proxmox VE development discussion, Dominik Csapak
On 03.11.21 15:01, Dominik Csapak wrote:
> 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@proxmox.com>
> ---
> www/manager6/qemu/SystemEdit.js | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-03 16:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 14:01 [pve-devel] [PATCH manager] ui: qemu/SystemEdit: add spacing and heading for 'firmware' options Dominik Csapak
2021-11-03 16:06 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox