From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 0/4] ui for group-filters
Date: Mon, 22 Nov 2021 15:20:20 +0100 [thread overview]
Message-ID: <20211122142024.913238-1-d.csapak@proxmox.com> (raw)
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
next reply other threads:[~2021-11-22 14:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-22 14:20 Dominik Csapak [this message]
2021-11-22 14:20 ` [pbs-devel] [PATCH proxmox-backup 1/4] ui: add GroupSelector Dominik Csapak
2021-11-22 14:20 ` [pbs-devel] [PATCH proxmox-backup 2/4] ui: add GroupFilter form field(container) Dominik Csapak
2021-11-22 14:20 ` [pbs-devel] [PATCH proxmox-backup 3/4] ui: tape/BackupJobEdit: add second tab with group filters Dominik Csapak
2021-11-22 14:20 ` [pbs-devel] [PATCH proxmox-backup 4/4] ui: SyncJobEdit: " Dominik Csapak
2021-11-24 9:04 ` [pbs-devel] [PATCH proxmox-backup 0/4] ui for group-filters Fabian Grünbichler
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=20211122142024.913238-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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal