[pbs-devel] [PATCH proxmox-backup 0/4] ui for group-filters
Dominik Csapak
d.csapak at proxmox.com
Mon Nov 22 15:20:20 CET 2021
adds the ui for group filters for tape-backup-jobs and sync-jobs
some labels are a bit rough ('Type'/'Options') but had no better ones
at the moment
also one small problem, if one has many group filters for specific
groups, a datastore change triggers an api load for every one of them
(since thats how our normal selectors work)
if that is not acceptable, i'll find a solution on how we can only
update it once and send a v2
Dominik Csapak (4):
ui: add GroupSelector
ui: add GroupFilter form field(container)
ui: tape/BackupJobEdit: add second tab with group filters
ui: SyncJobEdit: add second tab with group filters
www/Makefile | 2 +
www/css/ext6-pbs.css | 5 +
www/form/GroupFilter.js | 334 +++++++++++++++++++++++++++++++
www/form/GroupSelector.js | 83 ++++++++
www/tape/window/TapeBackupJob.js | 231 +++++++++++----------
www/window/SyncJobEdit.js | 242 ++++++++++++----------
6 files changed, 691 insertions(+), 206 deletions(-)
create mode 100644 www/form/GroupFilter.js
create mode 100644 www/form/GroupSelector.js
--
2.30.2
More information about the pbs-devel
mailing list