public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] www: fix PBS edit typos
@ 2020-08-13 10:57 Fabian Grünbichler
  2020-08-19 13:45 ` Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Grünbichler @ 2020-08-13 10:57 UTC (permalink / raw)
  To: pve-devel

and unify encryption key generation strings.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
I don't think this check for isCreate makes sense, but maybe I am
missing something?

 www/manager6/storage/PBSEdit.js | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js
index dacebfdd..a418da0c 100644
--- a/www/manager6/storage/PBSEdit.js
+++ b/www/manager6/storage/PBSEdit.js
@@ -13,16 +13,13 @@ Ext.define('Proxmox.form.PBSEncryptionCheckbox', {
 	    blabel: (get) => {
 		let v = get('value');
 		let original = get('originalValue');
-		if (get('isCreate')) {
-		    return gettext('Auto-generate a client encryption key, safed privately on cluster.');
-		}
 		if (original) {
 		    if (!v) {
-			return gettext('Warning: Existing encryption Key will be deleted!');
+			return gettext('Warning: Existing encryption key will be deleted!');
 		    }
 		    return gettext('Active');
 		} else {
-		    return gettext('Auto-generate a client encryption key, safed privately on cluster filesystem');
+		    return gettext('Auto-generate a client encryption key, saved privately on PVE cluster.');
 		}
 	    },
 	},
-- 
2.20.1





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [pve-devel] [PATCH manager] www: fix PBS edit typos
  2020-08-13 10:57 [pve-devel] [PATCH manager] www: fix PBS edit typos Fabian Grünbichler
@ 2020-08-19 13:45 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2020-08-19 13:45 UTC (permalink / raw)
  To: Proxmox VE development discussion, Fabian Grünbichler

On 13.08.20 12:57, Fabian Grünbichler wrote:
> and unify encryption key generation strings.
> 
> Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
> ---
> I don't think this check for isCreate makes sense, but maybe I am
> missing something?

yeah, we cannot trust "original" value in the !get('isCreate') case..

Independent of that, those changes should be two separate patches
anyway...

> 
>  www/manager6/storage/PBSEdit.js | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js
> index dacebfdd..a418da0c 100644
> --- a/www/manager6/storage/PBSEdit.js
> +++ b/www/manager6/storage/PBSEdit.js
> @@ -13,16 +13,13 @@ Ext.define('Proxmox.form.PBSEncryptionCheckbox', {
>  	    blabel: (get) => {
>  		let v = get('value');
>  		let original = get('originalValue');
> -		if (get('isCreate')) {
> -		    return gettext('Auto-generate a client encryption key, safed privately on cluster.');
> -		}
>  		if (original) {
>  		    if (!v) {
> -			return gettext('Warning: Existing encryption Key will be deleted!');
> +			return gettext('Warning: Existing encryption key will be deleted!');
>  		    }
>  		    return gettext('Active');
>  		} else {
> -		    return gettext('Auto-generate a client encryption key, safed privately on cluster filesystem');
> +		    return gettext('Auto-generate a client encryption key, saved privately on PVE cluster.');
>  		}
>  	    },
>  	},
> 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-19 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13 10:57 [pve-devel] [PATCH manager] www: fix PBS edit typos Fabian Grünbichler
2020-08-19 13:45 ` Thomas Lamprecht

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