ui: ceph pools: add pool type column

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>
This commit is contained in:
Aaron Lauterer 2022-05-02 10:09:28 +02:00 committed by Thomas Lamprecht
parent 1a04202598
commit a73f844d71

View File

@ -240,6 +240,13 @@ Ext.define('PVE.node.Ceph.PoolList', {
sortable: true, sortable: true,
dataIndex: 'pool_name', dataIndex: 'pool_name',
}, },
{
text: gettext('Type'),
minWidth: 100,
flex: 1,
dataIndex: 'type',
hidden: true,
},
{ {
text: gettext('Size') + '/min', text: gettext('Size') + '/min',
minWidth: 100, minWidth: 100,