From: Matthias Heiserer <m.heiserer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH v3 widget-toolkit 2/2] ui: SMART: rename Value to Raw Value
Date: Fri, 24 Feb 2023 15:40:46 +0100 [thread overview]
Message-ID: <20230224144046.365795-2-m.heiserer@proxmox.com> (raw)
In-Reply-To: <20230224144046.365795-1-m.heiserer@proxmox.com>
This should reduce confusion, as it uses the same naming as smartctl
Signed-off-by: Matthias Heiserer <m.heiserer@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
next prev parent reply other threads:[~2023-02-24 14:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-24 14:40 [pve-devel] [PATCH v3 widget-toolkit 1/2] ui: SMART: fix eslint error / show correct value Matthias Heiserer
2023-02-24 14:40 ` Matthias Heiserer [this message]
2023-03-14 14:27 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230224144046.365795-2-m.heiserer@proxmox.com \
--to=m.heiserer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.