[pbs-devel] [PATCH proxmox-backup 00/10] add Datastore overview panel

Dominik Csapak d.csapak at proxmox.com
Mon Nov 9 16:01:20 CET 2020


this make 'Datastore' clickable again, and shows an overview
for all datastores, as well as a global sync/verify/acl view

Dominik Csapak (10):
  api2/node/tasks: add check_job_store and use it
  ui: refactor render_estimate
  ui: refactor render_size_usage to Utils
  ui: Utils: add parse_datastore_worker_id
  ui: make Sync/VerifyView and Edit usable without datastore
  ui: TaskSummary: move state/types/titles out of the controller
  ui: TaskSummary: add subPanelModal and datastore parameters
  ui: TaskSummary: handle less defined parameters of tasks
  ui: add Panels necessary for Datastores Overview
  ui: make Datastore clickable again

 src/api2/node/tasks.rs                |  47 ++++--
 www/Makefile                          |   2 +
 www/NavigationTree.js                 |   4 +-
 www/Utils.js                          |  63 +++++++
 www/config/SyncView.js                |   8 +-
 www/config/VerifyView.js              |   8 +-
 www/dashboard/DataStoreStatistics.js  |  20 +--
 www/dashboard/TaskSummary.js          |  90 ++++++----
 www/datastore/DataStoreList.js        | 229 ++++++++++++++++++++++++++
 www/datastore/DataStoreListSummary.js | 138 ++++++++++++++++
 www/datastore/Summary.js              |  13 +-
 www/window/SyncJobEdit.js             |  11 +-
 www/window/VerifyJobEdit.js           |  11 +-
 13 files changed, 552 insertions(+), 92 deletions(-)
 create mode 100644 www/datastore/DataStoreList.js
 create mode 100644 www/datastore/DataStoreListSummary.js

-- 
2.20.1






More information about the pbs-devel mailing list