ui: add SyncView

shows a nice overview of sync jobs (incl status of last run, estimated
next run, etc.) with options to add/edit/remove and also show the
log of the last run and manually run it now

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-05-29 10:53:42 +02:00
committed by Dietmar Maurer
parent f0ed6a218c
commit 86e432b0b8
3 changed files with 258 additions and 0 deletions

View File

@ -11,6 +11,7 @@ JSSRC= \
config/UserView.js \
config/RemoteView.js \
config/ACLView.js \
config/SyncView.js \
window/UserEdit.js \
window/RemoteEdit.js \
window/SyncJobEdit.js \