[pve-devel] applied: [PATCH manager 14/20] gui: ceph: add ServiceList component and use it

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jun 5 14:59:41 CEST 2019


On 6/4/19 2:47 PM, Dominik Csapak wrote:
> this is an abstraction for listing Ceph Services with a few improvements:
> * start/stop/restart buttons for all services (incl. icons)
> * a syslog button to view the syslog of that service
> * correct reloading behaviour when creating/destroying
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  www/manager6/Makefile            |   1 +
>  www/manager6/ceph/Monitor.js     | 252 ++++--------------------------
>  www/manager6/ceph/ServiceList.js | 324 +++++++++++++++++++++++++++++++++++++++
>  www/manager6/node/Config.js      |   2 +-
>  4 files changed, 358 insertions(+), 221 deletions(-)
>  create mode 100644 www/manager6/ceph/ServiceList.js
> 

applied, with followup changing also mon and mgr create to ID templated API
paths, and thus adapting the create url here too.




More information about the pve-devel mailing list