[pve-devel] [PATCH manager 0/5] resourceGrid enhancements/bugfixes
    Dominik Csapak 
    d.csapak at proxmox.com
       
    Fri Apr 15 15:26:24 CEST 2016
    
    
  
in this series, the resourcegrid now saves its state
(in the localstorage), even across browser restarts
to this end i added an reset columns button, with an icon
(which is literally "reset colummns" as i added the reset icon
as a badge to the fa-column icon) with a tooltip
also fixed the sorting bug in disk/mem usage, and
generalized the format_size function to work up to YiB, and
is easily extendable
Dominik Csapak (5):
  fix #759: save columns of resourceGrid
  generalize format_size function
  add render_*_percentage and calculate_* to Utils
  fix #143: add disk/mem percent sort
  remove trailing whitespaces
 www/css/ext6-pve.css               |  13 +++
 www/manager6/Utils.js              | 167 ++++++++++++++++++++++---------------
 www/manager6/data/ResourceStore.js |  37 ++++++--
 www/manager6/form/NodeSelector.js  |   4 +-
 www/manager6/grid/ResourceGrid.js  |  33 +++++++-
 5 files changed, 173 insertions(+), 81 deletions(-)
-- 
2.1.4
    
    
More information about the pve-devel
mailing list