public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH-SERIES manager] ui: some backup job improvements
@ 2021-09-06 11:32 Fabian Ebner
  2021-09-06 11:32 ` [pve-devel] [PATCH manager 1/6] ui: cluster backup: fix running backup with prune settings Fabian Ebner
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Fabian Ebner @ 2021-09-06 11:32 UTC (permalink / raw)
  To: pve-devel

The first patch fixes the 'Run now' button for jobs with existing
retention settings.

The next three patches prepare and implement handling of retention
settings for backup jobs in the UI, fixing bug #1803.

Patch #5 also adds the information about retention to the 'Job Detail'
view.

Finally, patch #6 is not related to retention, but tries to improve the
storage selection. Previously, the current node's storages were
displayed, but we're in a cluster context here.

Fabian Ebner (6):
  ui: cluster backup: fix running backup with prune settings
  ui: factor out input panel for editing prune settings
  ui: prune edit: prepare for being re-used for backup jobs
  fix #1803: ui: cluster backup: handle job-specific retention options
  ui: backup job detail: also show retention settings
  ui: cluster backup: use cluster-wide storage selector

 www/manager6/Makefile                       |   2 +
 www/manager6/dc/Backup.js                   | 170 +++++++++++++++++++-
 www/manager6/form/ClusterStorageSelector.js |  96 +++++++++++
 www/manager6/panel/EditPruneInputPanel.js   |  99 ++++++++++++
 www/manager6/storage/Base.js                | 100 +-----------
 5 files changed, 367 insertions(+), 100 deletions(-)
 create mode 100644 www/manager6/form/ClusterStorageSelector.js
 create mode 100644 www/manager6/panel/EditPruneInputPanel.js

-- 
2.30.2





^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-09-09  6:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 11:32 [pve-devel] [PATCH-SERIES manager] ui: some backup job improvements Fabian Ebner
2021-09-06 11:32 ` [pve-devel] [PATCH manager 1/6] ui: cluster backup: fix running backup with prune settings Fabian Ebner
2021-09-08 10:59   ` [pve-devel] applied: " Thomas Lamprecht
2021-09-06 11:32 ` [pve-devel] [PATCH manager 2/6] ui: factor out input panel for editing " Fabian Ebner
2021-09-08 11:01   ` [pve-devel] applied: " Thomas Lamprecht
2021-09-06 11:32 ` [pve-devel] [PATCH manager 3/6] ui: prune edit: prepare for being re-used for backup jobs Fabian Ebner
2021-09-08 11:01   ` [pve-devel] applied: " Thomas Lamprecht
2021-09-06 11:32 ` [pve-devel] [PATCH manager 4/6] fix #1803: ui: cluster backup: handle job-specific retention options Fabian Ebner
2021-09-08 11:01   ` [pve-devel] applied: " Thomas Lamprecht
2021-09-06 11:32 ` [pve-devel] [PATCH manager 5/6] ui: backup job detail: also show retention settings Fabian Ebner
2021-09-08 11:04   ` Thomas Lamprecht
2021-09-08 14:15   ` [pve-devel] applied: " Thomas Lamprecht
2021-09-06 11:32 ` [pve-devel] [PATCH manager 6/6] ui: cluster backup: use cluster-wide storage selector Fabian Ebner
2021-09-08 11:06   ` Thomas Lamprecht
2021-09-09  6:56     ` Fabian Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal