[pbs-devel] [PATCH proxmox-backup v2 0/4] ui for group-filters
Dominik Csapak
d.csapak at proxmox.com
Mon Nov 29 15:39:39 CET 2021
adds the ui for group filters for tape-backup-jobs and sync-jobs
changes from v1:
* load the group store only once and copy the results over
* rename columsn to filter type/filter value
* remove 'group' from the type selector
* remove loading logic from GroupSelector (not necessary atm, we can
readd it if we need it)
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 | 371 +++++++++++++++++++++++++++++++
www/form/GroupSelector.js | 54 +++++
www/tape/window/TapeBackupJob.js | 231 ++++++++++---------
www/window/SyncJobEdit.js | 233 ++++++++++---------
6 files changed, 690 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