[pve-devel] [PATCH v3 manager 1/3] node zfs: added read, write, cksum fields to device tree
Tim Marx
t.marx at proxmox.com
Mon Nov 12 11:41:13 CET 2018
Signed-off-by: Tim Marx <t.marx at proxmox.com>
---
www/manager6/node/ZFS.js | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/www/manager6/node/ZFS.js b/www/manager6/node/ZFS.js
index 812b55ab..cd4b75a6 100644
--- a/www/manager6/node/ZFS.js
+++ b/www/manager6/node/ZFS.js
@@ -181,6 +181,18 @@ Ext.define('PVE.node.ZFSStatus', {
dataIndex: 'state'
},
{
+ text: gettext('READ'),
+ dataIndex: 'read'
+ },
+ {
+ text: gettext('WRITE'),
+ dataIndex: 'write'
+ },
+ {
+ text: gettext('CKSUM'),
+ dataIndex: 'cksum'
+ },
+ {
text: gettext('Message'),
dataIndex: 'msg'
}
--
2.11.0
More information about the pve-devel
mailing list