[pve-devel] [PATCH-SERIES v4 manager] split up content view/add prune window
Fabian Ebner
f.ebner at proxmox.com
Wed Nov 18 11:04:16 CET 2020
Follow-up to/finishing up the partially-applied series:
https://lists.proxmox.com/pipermail/pve-devel/2020-November/045929.html
The first two patches extend the cluster resources API call to include the
content types of a storage, and avoid dynamic loading of the content list in
the storage browser panel.
The third patch is a followup to one of Thomas's cleanups.
The fourth adds the prune window, based on the one from PBS.
Changes from v3:
* dropped already applied patches
* add new patches to avoid dynamic loading of content-dependend list in
storage browser panel
* don't use grouping headers for backups
Fabian Ebner (4):
cluster resources: include content type for storages
ui: storage: get content types from resources
ui: make remaining content views not stateful
ui: storage backup view: add prune window
PVE/API2/Cluster.pm | 6 +
PVE/API2Tools.pm | 4 +
www/manager6/Makefile | 1 +
www/manager6/storage/BackupView.js | 54 ++++-
www/manager6/storage/Browser.js | 144 ++++++-------
www/manager6/storage/TemplateView.js | 3 -
www/manager6/window/Prune.js | 300 +++++++++++++++++++++++++++
7 files changed, 430 insertions(+), 82 deletions(-)
create mode 100644 www/manager6/window/Prune.js
--
2.20.1
More information about the pve-devel
mailing list