]> git.proxmox.com Git - proxmox-backup.git/commit
ui: drop id field from verify/sync add window
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 13:22:39 +0000 (14:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 13:22:43 +0000 (14:22 +0100)
commitab0cf7e6a1192f1828aa98f5c0bf9f2576a9b964
treec8d0c4de37b4c148b6fc687d1ba47319f407e215
parent264779e70460d91cd65f0f313deae8ee2f9ecefa
ui: drop id field from verify/sync add window

the config is shared between multiple datastores with the ID as, well
the unique ID, but we only show those of a single datastore.

So if a user adds a new one with a fixed ID "12345" but a job with
that ID exists already on another store, they get a error about
duplicate IDs, but cannot relate as that duplicate job is not visible
(filtered away)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/window/SyncJobEdit.js
www/window/VerifyJobEdit.js