public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/8] improve datstore ux
@ 2020-10-27 15:20 Dominik Csapak
  2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 1/8] api/{verify, syncjobs}: add optional datastore parameter Dominik Csapak
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Dominik Csapak @ 2020-10-27 15:20 UTC (permalink / raw)
  To: pbs-devel

this series aims to improve the datastore ux by
* moving all datastore relevant settings/options/views into the
  datastore tabpanel
* adding a 'Summary' panel with some important information
* improving tab selection between datastores/browser reloads/etc.

this needs my previous series: "improve and extend admin/datastore/status api"
to work

some things are still to be improved, namely:
* multiline comments for datastores
* automatic ids for sync/verify jobs
* improved prune/gc panel (e.g. with status of last run)
* comments for backup snapshots

Dominik Csapak (8):
  api/{verify,syncjobs}: add optional datastore parameter
  ui: DataStoreContent: add 'Verify All' button
  ui: add DataStorePruneAndGC panel and add it to datastore panel
  ui: add DataStoreSummary and move Statistics into it
  ui: move sync/verify jobs to the datastores
  ui: NavigationTree: add 'Add Datastore' button below datastore list
  ui: MainView/NavigationTree: improve tree selection handling
  ui: DataStorePanel: save active tab statefully

 src/api2/admin/sync.rs        |  19 ++-
 src/api2/admin/verify.rs      |  19 ++-
 www/DataStoreContent.js       |  23 +++
 www/DataStoreNotes.js         | 104 ++++++++++++
 www/DataStorePanel.js         |  52 +++++-
 www/DataStorePruneAndGC.js    | 164 +++++++++++++++++++
 www/DataStoreStatistic.js     | 104 ------------
 www/DataStoreSummary.js       | 296 ++++++++++++++++++++++++++++++++++
 www/MainView.js               |  70 ++++----
 www/Makefile                  |   5 +-
 www/NavigationTree.js         | 101 ++++++++----
 www/config/DataStoreConfig.js | 227 --------------------------
 www/config/SyncView.js        |  14 +-
 www/config/VerifyView.js      |  20 ++-
 www/window/DataStoreEdit.js   | 147 +++++++++--------
 www/window/SyncJobEdit.js     |   6 +-
 www/window/VerifyJobEdit.js   |   6 +-
 17 files changed, 898 insertions(+), 479 deletions(-)
 create mode 100644 www/DataStoreNotes.js
 create mode 100644 www/DataStorePruneAndGC.js
 delete mode 100644 www/DataStoreStatistic.js
 create mode 100644 www/DataStoreSummary.js
 delete mode 100644 www/config/DataStoreConfig.js

-- 
2.20.1





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

end of thread, other threads:[~2020-10-27 16:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-27 15:20 [pbs-devel] [PATCH proxmox-backup 0/8] improve datstore ux Dominik Csapak
2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 1/8] api/{verify, syncjobs}: add optional datastore parameter Dominik Csapak
2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 2/8] ui: DataStoreContent: add 'Verify All' button Dominik Csapak
2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 3/8] ui: add DataStorePruneAndGC panel and add it to datastore panel Dominik Csapak
2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 4/8] ui: add DataStoreSummary and move Statistics into it Dominik Csapak
2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 5/8] ui: move sync/verify jobs to the datastores Dominik Csapak
2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 6/8] ui: NavigationTree: add 'Add Datastore' button below datastore list Dominik Csapak
2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 7/8] ui: MainView/NavigationTree: improve tree selection handling Dominik Csapak
2020-10-27 15:20 ` [pbs-devel] [PATCH proxmox-backup 8/8] ui: DataStorePanel: save active tab statefully Dominik Csapak
2020-10-27 16:55 ` [pbs-devel] applied-series: [PATCH proxmox-backup 0/8] improve datstore ux Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal