From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: "Proxmox Backup Server development discussion"
<pbs-devel@lists.proxmox.com>,
"Dominic Jäger" <d.jaeger@proxmox.com>
Subject: Re: [pbs-devel] [PATCH v2 proxmox-backup] Close #3058: ui: RemoteEdit: Add empty texts
Date: Wed, 7 Oct 2020 14:03:50 +0200 [thread overview]
Message-ID: <8782f8ba-44da-3212-37f7-a4c85394a649@proxmox.com> (raw)
In-Reply-To: <20201007095325.38338-1-d.jaeger@proxmox.com>
On 07.10.20 11:53, Dominic Jäger wrote:
> Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
> ---
> v1->v2:
> Make clear that the emptyTexts are not defaults
>
> www/window/RemoteEdit.js | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/www/window/RemoteEdit.js b/www/window/RemoteEdit.js
> index 56a248e0..6515dce9 100644
> --- a/www/window/RemoteEdit.js
> +++ b/www/window/RemoteEdit.js
> @@ -34,7 +34,8 @@ Ext.define('PBS.window.RemoteEdit', {
> {
> xtype: 'pmxDisplayEditField',
> name: 'name',
> - fieldLabel: gettext('Remote'),
> + fieldLabel: gettext('Remote ID'),
> + emptyText: 'E.g., new_remote',
I still would rather have something along the lines of:
gettext('An unique name to identify this remote.')
and that rather as tooltip here, for free choosable names that
just feels weird else.
> renderer: Ext.htmlEncode,
> allowBlank: false,
> minLength: 4,
> @@ -48,7 +49,8 @@ Ext.define('PBS.window.RemoteEdit', {
> name: 'hostport',
> submitValue: false,
> vtype: 'HostPort',
> - fieldLabel: gettext('Host'),
> + fieldLabel: gettext('Remote Address'),
> + emptyText: 'E.g., 192.168.10.10',
I though you wanted to avoid E.g. due to our writing guide? :)
Could be instead done as tooltip with a more helping hint:
gettext('The DNS or IP address of the remote, optionally with a port.')
> listeners: {
> change: function(field, newvalue) {
> let host = newvalue;
> @@ -94,7 +96,8 @@ Ext.define('PBS.window.RemoteEdit', {
> xtype: 'proxmoxtextfield',
> allowBlank: false,
> name: 'userid',
> - fieldLabel: gettext('Userid'),
> + fieldLabel: gettext('User ID'),
> + emptyText: 'E.g., admin@pbs',
s/E.g./For example/
besides that: this is OK, IMO, User ID is pretty fixed in format (nothing
optional), so a single example shows the user that the @realm part is wanted.
> },
> {
> xtype: 'textfield',
> @@ -116,6 +119,7 @@ Ext.define('PBS.window.RemoteEdit', {
> deleteEmpty: '{!isCreate}',
> },
> fieldLabel: gettext('Fingerprint'),
> + emptyText: 'Server certificate SHA-256 fingerprint, required for self-signed certificates',
> },
> {
> xtype: 'proxmoxtextfield',
>
prev parent reply other threads:[~2020-10-07 12:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-07 9:53 Dominic Jäger
2020-10-07 12:03 ` Thomas Lamprecht [this message]
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=8782f8ba-44da-3212-37f7-a4c85394a649@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=d.jaeger@proxmox.com \
--cc=pbs-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox