public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>,
	Daniel Tschlatscher <d.tschlatscher@proxmox.com>
Subject: [pve-devel] applied: [PATCH manager] gui: fix firewall security group help button chapter link
Date: Fri, 4 Nov 2022 10:56:12 +0100	[thread overview]
Message-ID: <67635e63-d26b-ceb8-a8c0-2db5cedc4c52@proxmox.com> (raw)
In-Reply-To: <20221104091847.60112-1-d.tschlatscher@proxmox.com>

Am 04/11/2022 um 10:18 schrieb Daniel Tschlatscher:
> The help button under Datacenter > Firewall > Security Group did not
> have the proper help chapter link set.
> 
> First reported here:
> https://forum.proxmox.com/threads/broken-help-link-in-proxmox-gui.117503/
> 
> Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
> ---
> I noticed that the onlineHelp field for our custom classes is
> sometimes defined outside of the class, in the Config which defines
> the layout of the navigation panel, and sometimes inside of the class
> directly.
> This time I added it inside the class, as it seems to be the more
> commonly used thing. Though, is there any preference for this?
> 

meh, not using the class itself directly is mostly relevant for components where
there's either a different docs for different usages, albeit a) that is really
rare and b) that can be overridden too.

So no, basically no difference, and personally I'd say that declaring it in the
class itself keeps related information better together and visible, and thus
easier to keep in sync. The usage declaration in the Config modules should mostly
have properties declared that are relevant for the navigation/tab bar itself, not
the panel that gets shown if the menu/tab entry is actually selected.

> 
>  www/manager6/dc/SecurityGroups.js | 1 +
>  1 file changed, 1 insertion(+)
> 
>

applied, thanks!




      reply	other threads:[~2022-11-04  9:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04  9:18 [pve-devel] " Daniel Tschlatscher
2022-11-04  9:56 ` Thomas Lamprecht [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=67635e63-d26b-ceb8-a8c0-2db5cedc4c52@proxmox.com \
    --to=t.lamprecht@proxmox.com \
    --cc=d.tschlatscher@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