]> git.proxmox.com Git - proxmox-backup.git/commit
ui: move sync/verify jobs to the datastores
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 27 Oct 2020 15:20:08 +0000 (16:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 16:41:30 +0000 (17:41 +0100)
commit028d0a135247e2d440fd9e906453f2743e6366b5
treead341695cf3702f6805e1997564713350d48bf97
parent68931742cb30222fd57ad50273d57dc86eb7b94c
ui: move sync/verify jobs to the datastores

add the datastore as parameter for the store, remove
the datastore selector for the edit windows and give the datastore
to it instead

also remove the autostart from the rstore, since we only want to start
it when we change to the relevant tab

and add icons for all other datastore tabs

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/DataStorePanel.js
www/NavigationTree.js
www/config/SyncView.js
www/config/VerifyView.js
www/window/SyncJobEdit.js
www/window/VerifyJobEdit.js