[pve-devel] [PATCH manager 0/6] prepare for extjs 6.2 and general fixes

Dominik Csapak d.csapak at proxmox.com
Tue Dec 6 16:26:36 CET 2016


this patch series makes a few non-breaking changes in preparation for 6.2
(patch 1 and 2)

also it fixes some exceptions which are only shown when using extjs in
debug mode (when using the non-debug version it would not break, but the
behaviour is changed)
(patches 3-5)

and a small gui fix for the SnapshotTree
(patch 6)

Dominik Csapak (6):
  move hideHeaders into static configuration
  move chart series initialization into initComponent
  set fixed height on global search window
  snapshottree: remove sorter before saving the state
  remove obsolete belongsTo
  make date column resizable

 www/manager6/form/GlobalSearchField.js |  3 ++-
 www/manager6/grid/ObjectGrid.js        |  2 +-
 www/manager6/lxc/SnapshotTree.js       |  9 +++++++
 www/manager6/node/Disks.js             |  3 +--
 www/manager6/panel/RRDChart.js         | 43 +++++++++++++++-------------------
 www/manager6/qemu/SnapshotTree.js      | 12 ++++++++--
 6 files changed, 42 insertions(+), 30 deletions(-)

-- 
2.1.4





More information about the pve-devel mailing list