]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: backup job: make add/edit window wider
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 14:01:31 +0000 (16:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 14:05:09 +0000 (16:05 +0200)
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>
www/manager6/dc/Backup.js

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