public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: Thomas Ellmenreich <t.ellmenreich@proxmox.com>,
	pve-devel@lists.proxmox.com
Subject: Re: [PATCH cluster 2/2] fix #5475: configurable window title
Date: Tue, 14 Jul 2026 08:43:30 +0200	[thread overview]
Message-ID: <3730bf70-a35c-4918-87f5-b045d4846f30@proxmox.com> (raw)
In-Reply-To: <20260703115530.106413-3-t.ellmenreich@proxmox.com>

two comments inline

On 7/3/26 1:56 PM, Thomas Ellmenreich wrote:
> Added new configuration option that will determine the content
> of the window title for a pve-manager tab.
> 
> Signed-off-by: Thomas Ellmenreich <t.ellmenreich@proxmox.com>
> ---
>   src/PVE/DataCenterConfig.pm | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/src/PVE/DataCenterConfig.pm b/src/PVE/DataCenterConfig.pm
> index 004122e..480193a 100644
> --- a/src/PVE/DataCenterConfig.pm
> +++ b/src/PVE/DataCenterConfig.pm
> @@ -436,6 +436,13 @@ my $datacenter_schema = {
>               # FIXME: remove 'applet' with 9.0 (add pve8to9 check!)
>               enum => ['applet', 'vv', 'html5', 'xtermjs'],
>           },
> +        window_title => {

I think we prefer 'kebab-case' nowadays, so this should be:

'window-title'

> +            optional => 1,
> +            type => 'string',
> +            description =>
> +                "Define the text shown in the window title for all nodes of this cluster",
> +            enum => ['nodeandcluster', 'fqdn'],

also here we should probably use 'node-and-cluster'

> +        },
>           email_from => {
>               optional => 1,
>               type => 'string',





  reply	other threads:[~2026-07-14  6:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-03 11:55 [RFC cluster/manager 0/2] Configurable window titles for nodes Thomas Ellmenreich
2026-07-03 11:55 ` [PATCH manager 1/2] fix #5475: configurable window title Thomas Ellmenreich
2026-07-14  6:47   ` Dominik Csapak
2026-07-03 11:55 ` [PATCH cluster 2/2] " Thomas Ellmenreich
2026-07-14  6:43   ` Dominik Csapak [this message]
2026-07-14  6:51 ` [RFC cluster/manager 0/2] Configurable window titles for nodes Dominik Csapak

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=3730bf70-a35c-4918-87f5-b045d4846f30@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    --cc=t.ellmenreich@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