mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 21:16:35 +00:00
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:
parent
1a04202598
commit
a73f844d71
@ -240,6 +240,13 @@ Ext.define('PVE.node.Ceph.PoolList', {
|
||||
sortable: true,
|
||||
dataIndex: 'pool_name',
|
||||
},
|
||||
{
|
||||
text: gettext('Type'),
|
||||
minWidth: 100,
|
||||
flex: 1,
|
||||
dataIndex: 'type',
|
||||
hidden: true,
|
||||
},
|
||||
{
|
||||
text: gettext('Size') + '/min',
|
||||
minWidth: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user