From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: Re: [pve-devel] [PATCH manager] ui: rbd: add keyring field for external clusters
Date: Fri, 26 Nov 2021 16:49:52 +0100 [thread overview]
Message-ID: <a61c748d-15a6-de5f-a722-c25fdda4f207@proxmox.com> (raw)
In-Reply-To: <20211126152850.2031471-1-a.lauterer@proxmox.com>
please ignore this. forgot to also do the cephfs counterpart and docs
On 11/26/21 16:28, 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/RBDEdit.js | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> 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',
>
prev parent reply other threads:[~2021-11-26 15:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-26 15:28 Aaron Lauterer
2021-11-26 15:49 ` Aaron Lauterer [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=a61c748d-15a6-de5f-a722-c25fdda4f207@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 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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal