[pbs-devel] [PATCH proxmox-backup 0/4] improve ui for maintenance mode
    Hannes Laimer 
    h.laimer at proxmox.com
       
    Fri Apr 15 09:28:13 CEST 2022
    
    
  
Adds mask for datastore summary when in maintenance mode and dynamically
updates icon in datastore list. The last patch is optional, it would
make the icon update more responsive and not that delayed, but not sure
if thats even a problem.
Hannes Laimer (4):
  ui: add summary mask when in maintenance mode
  api2: DataStoreListItem add maintenance info
  ui: update icon in datastore list when in maintenance mode
  ui: update datastore list more often
 pbs-api-types/src/datastore.rs  |  5 +++++
 src/api2/admin/datastore.rs     |  1 +
 www/Makefile                    |  1 +
 www/NavigationTree.js           | 15 ++++++++++++---
 www/css/ext6-pbs.css            | 27 +++++++++++++++++++++++++++
 www/datastore/Summary.js        | 24 +++++++++++++++++++++++-
 www/images/icon-maintenance.svg |  1 +
 7 files changed, 70 insertions(+), 4 deletions(-)
 create mode 100644 www/images/icon-maintenance.svg
-- 
2.30.2
    
    
More information about the pbs-devel
mailing list