[pve-devel] [PATCH manager v2 0/7] new StatusView

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Aug 19 14:11:33 CEST 2016


applied

On Fri, Aug 19, 2016 at 10:47:46AM +0200, Dominik Csapak wrote:
> changes from v1:
> 1/7
>  renamed the css classes to warning and critical
>  made the thresholds configurable
> 3/7
>  changed width from 394 to 398
>  added explaining comments
> 
> remaining patches are the same
> 
> Dominik Csapak (7):
>   add new infoWidget component
>   add new StatusView component
>   add GuestStatusView and TemplateStatusView
>   include new statusview classes in makefile
>   make node StatusView use new version
>   make lxc/qemu use new statusview
>   delete old lxc/qemu statusview classes
> 
>  www/css/ext6-pve.css                     |  17 ++++
>  www/manager6/Makefile                    |   6 +-
>  www/manager6/Utils.js                    |  27 +++++
>  www/manager6/lxc/StatusView.js           | 105 -------------------
>  www/manager6/lxc/Summary.js              |  36 ++++---
>  www/manager6/node/StatusView.js          | 167 ++++++++++++++++++++-----------
>  www/manager6/node/Summary.js             |  14 ++-
>  www/manager6/panel/GuestStatusView.js    |  94 +++++++++++++++++
>  www/manager6/panel/InfoWidget.js         |  77 ++++++++++++++
>  www/manager6/panel/StatusView.js         | 125 +++++++++++++++++++++++
>  www/manager6/panel/TemplateStatusView.js |  69 +++++++++++++
>  www/manager6/qemu/StatusView.js          |  75 --------------
>  www/manager6/qemu/Summary.js             |  26 +++--
>  13 files changed, 567 insertions(+), 271 deletions(-)
>  delete mode 100644 www/manager6/lxc/StatusView.js
>  create mode 100644 www/manager6/panel/GuestStatusView.js
>  create mode 100644 www/manager6/panel/InfoWidget.js
>  create mode 100644 www/manager6/panel/StatusView.js
>  create mode 100644 www/manager6/panel/TemplateStatusView.js
>  delete mode 100644 www/manager6/qemu/StatusView.js
> 
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel




More information about the pve-devel mailing list