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

Dominik Csapak d.csapak at proxmox.com
Fri May 14 14:59:18 CEST 2021


changes from v1:
* 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/BackupOverview: fix wrong media-set text for singlerestore
  ui: tape/BackupOverview: move restore buttons inline
  ui: tape/window/TapeRestore: add SnapshotGrid Component
  ui: tape/window/TapeRestore: enabling selecting multiple snapshots
  ui: tape/BackupOverview: also allow to filter by group for restore

 www/tape/BackupOverview.js     |  99 ++++++----------
 www/tape/window/TapeRestore.js | 209 +++++++++++++++++++++++++--------
 2 files changed, 196 insertions(+), 112 deletions(-)

-- 
2.20.1






More information about the pbs-devel mailing list