[pve-devel] [PATCH-SERIES manager] ui: some backup job improvements

Fabian Ebner f.ebner at proxmox.com
Mon Sep 6 13:32:25 CEST 2021


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






More information about the pve-devel mailing list