[pbs-devel] [PATCH proxmox-backup v4 0/5] ui: unify and improve tape restore window

Dominik Csapak d.csapak at proxmox.com
Fri May 21 12:20:17 CEST 2021


changes from v3 (sent as v2):
* use two panel layout for restore window ('what', 'where')
* rewrite using a controller
* add some small bugfixes for the snapshotGrid and datastore mapping
* remove reload after restore

changes from v2:
* split patches in proper self-containted commits
* changed layout in restore window
   datastore mapping grid is now on the right, other options on the left
* integrated the selection checkbox into the checkbox selection model of
  the grid (removing a seperate field)
* integrated the filter textbox into the gridfilters plugin, to save space
  (like we do in pves bulk action window)
  the benefit of this is that we do not have to combine/split the
  store:snapshots anymore besides when assembling the submitdata,
  this makes the code a little nicer imho

Dominik Csapak (5):
  ui: tape/TapeRestore: fix small DataStoreMappingGrid bugs
  ui: tape/TapeRestore: improve SnapshotGrid
  ui: tape/window/TapeRestore: enabling selecting multiple snapshots
  ui: tape/BackupOverview: also allow to filter by group for restore
  ui: tape/BackupOverview: do not reload on restore

 www/tape/BackupOverview.js     |  41 +--
 www/tape/window/TapeRestore.js | 563 +++++++++++++++++++++++----------
 2 files changed, 416 insertions(+), 188 deletions(-)

-- 
2.20.1






More information about the pbs-devel mailing list