[pve-devel] [PATCH manager v2 0/8] improve layout in summary pages/guest agent

Dominik Csapak d.csapak at proxmox.com
Fri Feb 23 10:31:54 CET 2018


this series combines my patch
show guest-agent provided ip address in qemu summary
and the series
improve layout in summary pages
since they touch the same hunks

changes from v1:

* use better title for the guest agent popup
* improve comments
* use fixed height in dc/Summary so that the boxes are aligned properly

Dominik Csapak (8):
  show guest-agent provided ip address in qemu summary
  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/Makefile                 |   1 +
 www/manager6/ceph/Status.js           |  41 +++++--
 www/manager6/dc/Guests.js             |   2 +-
 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/GuestStatusView.js |  15 +++
 www/manager6/panel/NotesView.js       |   1 +
 www/manager6/qemu/AgentIPView.js      | 212 ++++++++++++++++++++++++++++++++++
 www/manager6/qemu/Summary.js          | 210 +++++++++++++++------------------
 www/manager6/storage/StatusView.js    |   8 +-
 www/manager6/storage/Summary.js       |  25 ++--
 13 files changed, 546 insertions(+), 307 deletions(-)
 create mode 100644 www/manager6/qemu/AgentIPView.js

-- 
2.11.0





More information about the pve-devel mailing list