From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup v2 0/4] ui for group-filters
Date: Mon, 29 Nov 2021 15:39:39 +0100 [thread overview]
Message-ID: <20211129143943.1598243-1-d.csapak@proxmox.com> (raw)
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
next reply other threads:[~2021-11-29 14:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-29 14:39 Dominik Csapak [this message]
2021-11-29 14:39 ` [pbs-devel] [PATCH proxmox-backup v2 1/4] ui: add GroupSelector Dominik Csapak
2021-11-29 14:39 ` [pbs-devel] [PATCH proxmox-backup v2 2/4] ui: add GroupFilter form field(container) Dominik Csapak
2021-11-29 14:39 ` [pbs-devel] [PATCH proxmox-backup v2 3/4] ui: tape/BackupJobEdit: add second tab with group filters Dominik Csapak
2021-11-29 14:39 ` [pbs-devel] [PATCH proxmox-backup v2 4/4] ui: SyncJobEdit: " Dominik Csapak
2021-12-01 5:49 ` [pbs-devel] applied: [PATCH proxmox-backup v2 0/4] ui for group-filters Dietmar Maurer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211129143943.1598243-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.