]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: window/SyncJobEdit: disable autoSelect for remote datastore
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 10 May 2021 11:22:40 +0000 (13:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 10 May 2021 14:56:42 +0000 (16:56 +0200)
when changin the remote, there is a high chance that there are different
datastores, and if a user does not pay attention, now the first store
of the new remote is selected, instead of the one with the same name

disable autoSelect and let the user manually select a remote datastore

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/window/SyncJobEdit.js

index af4d2fa9f3b0b927beb19f6aadcfcc2e228ac929..47e65ae3dd032cd86e8de358820861c9e4081540 100644 (file)
@@ -182,6 +182,7 @@ Ext.define('PBS.window.SyncJobEdit', {
                fieldLabel: gettext('Source Datastore'),
                xtype: 'pbsRemoteStoreSelector',
                allowBlank: false,
+               autoSelect: false,
                name: 'remote-store',
                disabled: true,
            },