[pve-devel] [PATCH v3 widget-toolkit 2/2] ui: SMART: rename Value to Raw Value
Matthias Heiserer
m.heiserer at proxmox.com
Fri Feb 24 15:40:46 CET 2023
This should reduce confusion, as it uses the same naming as smartctl
Signed-off-by: Matthias Heiserer <m.heiserer at proxmox.com>
---
Changes from v2:
new change
src/window/DiskSmart.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/window/DiskSmart.js b/src/window/DiskSmart.js
index 3824175..ba64cfe 100644
--- a/src/window/DiskSmart.js
+++ b/src/window/DiskSmart.js
@@ -37,7 +37,7 @@ Ext.define('Proxmox.window.DiskSmart', {
renderer: Ext.String.htmlEncode,
},
{
- text: gettext('Value'),
+ text: gettext('Raw Value'),
dataIndex: 'real-value',
renderer: Ext.String.htmlEncode,
},
--
2.30.2
More information about the pve-devel
mailing list