all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 00/10] add Datastore overview panel
@ 2020-11-09 15:01 Dominik Csapak
  2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 01/10] api2/node/tasks: add check_job_store and use it Dominik Csapak
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Dominik Csapak @ 2020-11-09 15:01 UTC (permalink / raw)
  To: pbs-devel

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





^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-11-09 18:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 15:01 [pbs-devel] [PATCH proxmox-backup 00/10] add Datastore overview panel Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 01/10] api2/node/tasks: add check_job_store and use it Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 02/10] ui: refactor render_estimate Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 03/10] ui: refactor render_size_usage to Utils Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 04/10] ui: Utils: add parse_datastore_worker_id Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 05/10] ui: make Sync/VerifyView and Edit usable without datastore Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 06/10] ui: TaskSummary: move state/types/titles out of the controller Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 07/10] ui: TaskSummary: add subPanelModal and datastore parameters Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 08/10] ui: TaskSummary: handle less defined parameters of tasks Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 09/10] ui: add Panels necessary for Datastores Overview Dominik Csapak
2020-11-09 15:01 ` [pbs-devel] [PATCH proxmox-backup 10/10] ui: make Datastore clickable again Dominik Csapak
2020-11-09 17:55 ` [pbs-devel] applied series: [PATCH proxmox-backup 00/10] add Datastore overview panel Thomas Lamprecht
2020-11-09 18:28   ` Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal