ui: backup job: make add/edit window wider

it looks a bit tall and cramped nowadays, so go for 720, like the
wizard class uses by default.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-17 16:01:31 +02:00
parent 380bb15265
commit cadc57ee38

View File

@ -7,6 +7,7 @@ Ext.define('PVE.dc.BackupEdit', {
defaultFocus: undefined, defaultFocus: undefined,
subject: gettext("Backup Job"), subject: gettext("Backup Job"),
width: 720,
bodyPadding: 0, bodyPadding: 0,
url: '/api2/extjs/cluster/backup', url: '/api2/extjs/cluster/backup',