]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph pools: add pool type column
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 2 May 2022 08:09:28 +0000 (10:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 May 2022 13:43:19 +0000 (15:43 +0200)
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/ceph/Pool.js

index 16b903ceeabc17c6feee6f604109013d57004b3f..a1f008d1a0253d00a881568fc97541ad7d50f19d 100644 (file)
@@ -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,