mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-30 00:01:35 +00:00
ui: fix sync job initial loading of local datastores
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
parent
ad97a7a1aa
commit
9039d6709e
@ -188,6 +188,7 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||||||
if (isLocalSync) {
|
if (isLocalSync) {
|
||||||
storeField.setDisabled(false);
|
storeField.setDisabled(false);
|
||||||
rateLimitField.setValue(null);
|
rateLimitField.setValue(null);
|
||||||
|
storeField.setRemote(null);
|
||||||
} else {
|
} else {
|
||||||
remoteField.validate();
|
remoteField.validate();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user