[pve-devel] [PATCH v5 manager 0/4] BackupView as TreePanel

Matthias Heiserer m.heiserer at proxmox.com
Thu Apr 7 10:34:35 CEST 2022


Depends on https://lists.proxmox.com/pipermail/pve-devel/2022-March/052322.html

I hope I didn't miss anything this time :)

Reviewed-by: Fabian Ebner <f.ebner at proxmox.com>

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  | 825 +++++++++++++++++++++-------
 www/manager6/storage/ContentView.js |  43 +-
 7 files changed, 665 insertions(+), 616 deletions(-)
 delete mode 100644 www/manager6/grid/BackupView.js

-- 
2.30.2






More information about the pve-devel mailing list