From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: Re: [pve-devel] [PATCH manager] ui: rbd: cephfs: add keyring/secret field for external clusters
Date: Mon, 29 Nov 2021 09:26:10 +0100 [thread overview]
Message-ID: <46a54b66-d7bc-9315-2ec2-c413dc5e8a52@proxmox.com> (raw)
In-Reply-To: <20211126164446.2558368-1-a.lauterer@proxmox.com>
If this gets applied, please fix the commit title by adding the missing f in cehpFs in the last two commits... :)
On 11/26/21 17:44, Aaron Lauterer wrote:
> Manual switching of xtype because binding 'hidden' does not work with
> pmxDisplayEditField.
>
> Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
> ---
> www/manager6/storage/CephFSEdit.js | 39 ++++++++++++++++++++----------
> www/manager6/storage/RBDEdit.js | 11 +++++++++
> 2 files changed, 37 insertions(+), 13 deletions(-)
>
> diff --git a/www/manager6/storage/CephFSEdit.js b/www/manager6/storage/CephFSEdit.js
> index 92fdfe63..89459ba8 100644
> --- a/www/manager6/storage/CephFSEdit.js
> +++ b/www/manager6/storage/CephFSEdit.js
> @@ -101,20 +101,33 @@ Ext.define('PVE.storage.CephFSInputPanel', {
> },
> ];
>
> - me.columnB = [{
> - xtype: 'proxmoxcheckbox',
> - name: 'pveceph',
> - reference: 'pvecephRef',
> - bind: {
> - disabled: '{!pvecephPossible}',
> - value: '{pveceph}',
> + me.columnB = [
> + {
> + xtype: me.isCreate ? 'textfield' : 'displayfield',
> + name: 'keyring',
> + fieldLabel: 'Secret',
> + value: me.isCreate? '' : '***********',
> + allowBlank: false,
> + bind: {
> + hidden: '{pveceph}',
> + disabled: '{pveceph}',
> + },
> + },
> + {
> + xtype: 'proxmoxcheckbox',
> + name: 'pveceph',
> + reference: 'pvecephRef',
> + bind: {
> + disabled: '{!pvecephPossible}',
> + value: '{pveceph}',
> + },
> + checked: true,
> + uncheckedValue: 0,
> + submitValue: false,
> + hidden: !me.isCreate,
> + boxLabel: gettext('Use Proxmox VE managed hyper-converged cephFS'),
> },
> - checked: true,
> - uncheckedValue: 0,
> - submitValue: false,
> - hidden: !me.isCreate,
> - boxLabel: gettext('Use Proxmox VE managed hyper-converged cephFS'),
> - }];
> + ];
>
> me.callParent();
> },
> diff --git a/www/manager6/storage/RBDEdit.js b/www/manager6/storage/RBDEdit.js
> index 35568b98..3dcfea20 100644
> --- a/www/manager6/storage/RBDEdit.js
> +++ b/www/manager6/storage/RBDEdit.js
> @@ -201,6 +201,17 @@ Ext.define('PVE.storage.RBDInputPanel', {
> ];
>
> me.columnB = [
> + {
> + xtype: me.isCreate ? 'textarea' : 'displayfield',
> + name: 'keyring',
> + fieldLabel: 'Keyring',
> + value: me.isCreate? '' : '***********',
> + allowBlank: false,
> + bind: {
> + hidden: '{pveceph}',
> + disabled: '{pveceph}',
> + },
> + },
> {
> xtype: 'proxmoxcheckbox',
> name: 'pveceph',
>
next prev parent reply other threads:[~2021-11-29 8:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-26 16:44 Aaron Lauterer
2021-11-26 16:44 ` [pve-devel] [PATCH docs 2/3] storage: rbd: cephs: update authentication section Aaron Lauterer
2022-01-24 13:48 ` Fabian Ebner
2022-01-26 9:47 ` Aaron Lauterer
2021-11-26 16:44 ` [pve-devel] [PATCH docs 3/3] storage: rbd: cephs: replace PVE with {pve} Aaron Lauterer
2022-01-24 14:03 ` [pve-devel] applied: " Fabian Ebner
2021-11-29 8:26 ` Aaron Lauterer [this message]
2022-01-17 10:12 ` [pve-devel] [PATCH manager] ui: rbd: cephfs: add keyring/secret field for external clusters Aaron Lauterer
2022-01-24 12:54 ` Fabian Ebner
2022-01-24 15:26 ` Aaron Lauterer
2022-01-25 9:41 ` Fabian Ebner
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=46a54b66-d7bc-9315-2ec2-c413dc5e8a52@proxmox.com \
--to=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