[pve-devel] [PATCH v3 manager 0/4] BackupView as TreePanel
Matthias Heiserer
m.heiserer at proxmox.com
Fri Apr 1 16:01:24 CEST 2022
On 31.03.2022 12:47, Matthias Heiserer wrote:
> Depends on https://lists.proxmox.com/pipermail/pve-devel/2022-March/052322.html
>
> Matthias Heiserer (4):
> ui: Utils: Helpers for backup type and icon
> ui: storage: Rewrite backup content view as TreePanel.
> ui: delete BackupView and replace it with the new Tree BackupView
> ui: content view: remove dead code
>
> www/manager6/Makefile | 1 -
> www/manager6/Utils.js | 20 +
> www/manager6/grid/BackupView.js | 388 --------------
> www/manager6/lxc/Config.js | 2 +-
> www/manager6/qemu/Config.js | 2 +-
> www/manager6/storage/BackupView.js | 798 +++++++++++++++++++++-------
> www/manager6/storage/ContentView.js | 43 +-
> 7 files changed, 638 insertions(+), 616 deletions(-)
> delete mode 100644 www/manager6/grid/BackupView.js
>
Please disregard this series, I just realised there are several problems
still (missing file restore button, verify state summary, size summary
for pbs shouldn't exist)
More information about the pve-devel
mailing list