public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Fiona Ebner <f.ebner@proxmox.com>
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>,
	Aaron Lauterer <a.lauterer@proxmox.com>
Subject: Re: [pve-devel] [RFC manager] ui: DirEdit: add hint when to enable shared
Date: Mon, 21 Aug 2023 10:48:30 +0200	[thread overview]
Message-ID: <e172c00d-f7a1-9dd6-57a4-c4569b0f5486@proxmox.com> (raw)
In-Reply-To: <20230509075611.884153-1-a.lauterer@proxmox.com>

Am 09.05.23 um 09:56 schrieb Aaron Lauterer:
> To hopefully reduce confusion what the 'shared' checkbox does.
> 
> Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
> ---
> 
> I saw it one time too many where users were a bit confused as to what
> this checkbox is for. Since we have a hard time to find a better label,
> maybe we want to put a small hint below it?
> 
> The phrasing can probably be improved upon. But I think having something
> there that can hopefully explain it enough, transporting that the
> sharing itself needs to be configured beforehand by the user, would help.
> 
>  www/manager6/storage/DirEdit.js | 4 ++++

While directory certainly is the most common one, adding a similar hint
for LVM might also be worth it.

>  1 file changed, 4 insertions(+)
> 
> diff --git a/www/manager6/storage/DirEdit.js b/www/manager6/storage/DirEdit.js
> index 7e9ec44d..8c6f868a 100644
> --- a/www/manager6/storage/DirEdit.js
> +++ b/www/manager6/storage/DirEdit.js
> @@ -31,6 +31,10 @@ Ext.define('PVE.storage.DirInputPanel', {
>  		uncheckedValue: 0,
>  		fieldLabel: gettext('Shared'),
>  	    },
> +	    {
> +		xtype: 'displayfield',

Might be better as a tooltip or do you think that's not prominent enough?

> +		value: gettext('Enable if the path is a location that is shared between the nodes in the cluster.'),

With regards to phrasing: maybe "Enable if the underlying file system is
already shared between nodes"?

> +	    },
>  	];
>  
>  	me.callParent();




  parent reply	other threads:[~2023-08-21  8:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-09  7:56 Aaron Lauterer
2023-05-09  8:29 ` Lukas Wagner
2023-08-21  8:48 ` Fiona Ebner [this message]
2023-08-21 10:03   ` Aaron Lauterer

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=e172c00d-f7a1-9dd6-57a4-c4569b0f5486@proxmox.com \
    --to=f.ebner@proxmox.com \
    --cc=a.lauterer@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal