mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 04:23:14 +00:00
ui: settings/xterm.js: add margin between reset/save button
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0ddacca181
commit
a3c30fbca3
@ -327,6 +327,9 @@ Ext.define('PVE.window.Settings', {
|
|||||||
type: 'hbox',
|
type: 'hbox',
|
||||||
pack: 'end'
|
pack: 'end'
|
||||||
},
|
},
|
||||||
|
defaults: {
|
||||||
|
margin: '0 0 0 5',
|
||||||
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'button',
|
xtype: 'button',
|
||||||
|
Loading…
Reference in New Issue
Block a user