]> git.proxmox.com Git - pve-manager.git/commitdiff
node zfs: added read, write, cksum fields to device tree
authorTim Marx <t.marx@proxmox.com>
Mon, 12 Nov 2018 10:41:13 +0000 (11:41 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Nov 2018 11:11:39 +0000 (12:11 +0100)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
www/manager6/node/ZFS.js

index 812b55ab48035ff201856032af56a08215732723..cd4b75a645037c29cd2a0e8b5889185a68fa32b1 100644 (file)
@@ -180,6 +180,18 @@ Ext.define('PVE.node.ZFSStatus', {
            renderer: PVE.Utils.render_zfs_health,
            dataIndex: 'state'
        },
+       {
+           text: gettext('READ'),
+           dataIndex: 'read'
+       },
+       {
+           text: gettext('WRITE'),
+           dataIndex: 'write'
+       },
+       {
+           text: gettext('CKSUM'),
+           dataIndex: 'cksum'
+       },
        {
            text: gettext('Message'),
            dataIndex: 'msg'