]> git.proxmox.com Git - pve-manager.git/commit
ui: osd: add details window
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 12 Dec 2022 12:14:51 +0000 (13:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Mar 2023 17:24:27 +0000 (18:24 +0100)
commit6757887a5d1a4646f9093c590a9b49565d7cd3c3
tree5c876f1522ccce1528851194b5bbdd35dc640ffc
parentfe5c4f8156066a80da6680f211d4ea7bd42f2297
ui: osd: add details window

This new windows provides more detailes about an OSD such as:
* PID
* Memory usage
* various metadata that could be of interest
* list of phyiscal disks used for the main disk, db and wal with
  additional infos about the volumes for each

A new 'Details' button is added to the OSD overview and a double click
on an OSD will also open this new window.

The componend defines the items in the initComponent instead of
following a fully declarative approach. This is because we need to pass
the same store to multiple Proxmox.ObjectGrids.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by:  Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Makefile
www/manager6/ceph/OSD.js
www/manager6/ceph/OSDDetails.js [new file with mode: 0644]