[pve-devel] [PATCH manager 0/7] improve layout in summary pages

Dominik Csapak d.csapak at proxmox.com
Tue Feb 20 13:41:42 CET 2018


this series replaces the hardcoded width of the panels in the summaries
with a one/two column layout depending on the browser width

this allows us to use the previously unused whitespace and
still shows the same amount of information as before

this series should be applied after my previous patches
regarding qemu agent ip and icons, but if they get not applied
i will rebase this series if necessary

Dominik Csapak (7):
  let ceph dashboard use the full browser width
  let cluster dashboard use full browser width
  add xtype to noteview so we can use it declaratively
  let the storage summary use the full browser width
  use notesview declaratively in storage summary
  improve node/lxc/qemu summary pages
  node/Summary.js: fix trailing whitespace

 www/manager6/ceph/Status.js        |  41 ++++++--
 www/manager6/dc/Health.js          |   4 +-
 www/manager6/dc/Summary.js         |  18 +++-
 www/manager6/lxc/Summary.js        | 205 +++++++++++++++++-------------------
 www/manager6/node/Summary.js       | 111 +++++++++++---------
 www/manager6/panel/NotesView.js    |   1 +
 www/manager6/qemu/Summary.js       | 210 +++++++++++++++++--------------------
 www/manager6/storage/StatusView.js |   8 +-
 www/manager6/storage/Summary.js    |  25 ++---
 9 files changed, 317 insertions(+), 306 deletions(-)

-- 
2.11.0





More information about the pve-devel mailing list