mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 18:48:10 +00:00
ui: sync job: increase window width to 720px to make it less cramped
That width is already used in a few places, we might even want to change the edit window default in the future. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bccff939fa
commit
bd95fd5797
@ -12,6 +12,7 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||||||
subject: gettext('Sync Job - Pull Direction'),
|
subject: gettext('Sync Job - Pull Direction'),
|
||||||
|
|
||||||
bodyPadding: 0,
|
bodyPadding: 0,
|
||||||
|
width: 720,
|
||||||
|
|
||||||
fieldDefaults: { labelWidth: 120 },
|
fieldDefaults: { labelWidth: 120 },
|
||||||
defaultFocus: 'proxmoxtextfield[name=comment]',
|
defaultFocus: 'proxmoxtextfield[name=comment]',
|
||||||
|
Loading…
Reference in New Issue
Block a user