From: Shannon Sterz <s.sterz@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager 1/2] ui: route map & prefix list panel: add online help property
Date: Tue, 19 May 2026 17:04:14 +0200 [thread overview]
Message-ID: <20260519150415.334856-2-s.sterz@proxmox.com> (raw)
In-Reply-To: <20260519150415.334856-1-s.sterz@proxmox.com>
so the appropriate chapter of the docs is linked in the top right
"Help" button.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
www/manager6/sdn/PrefixListPanel.js | 1 +
www/manager6/sdn/RouteMapPanel.js | 1 +
2 files changed, 2 insertions(+)
diff --git a/www/manager6/sdn/PrefixListPanel.js b/www/manager6/sdn/PrefixListPanel.js
index d8ce3db8c..200b6b7e7 100644
--- a/www/manager6/sdn/PrefixListPanel.js
+++ b/www/manager6/sdn/PrefixListPanel.js
@@ -295,6 +295,7 @@ Ext.define('PVE.sdn.PrefixListPanel', {
// keep "prefix list" as-is:
// https://docs.frrouting.org/en/latest/filter.html#ip-prefix-list
emptyText: gettext('No prefix list configured'),
+ onlineHelp: 'pvesdn_config_prefix_lists',
viewModel: {
formulas: {
diff --git a/www/manager6/sdn/RouteMapPanel.js b/www/manager6/sdn/RouteMapPanel.js
index 46f243fb9..d044a854f 100644
--- a/www/manager6/sdn/RouteMapPanel.js
+++ b/www/manager6/sdn/RouteMapPanel.js
@@ -828,6 +828,7 @@ Ext.define('PVE.sdn.RouteMapPanel', {
// prefer to keep it as-is:
// https://docs.frrouting.org/en/latest/routemap.html
emptyText: gettext('No route maps configured.'),
+ onlineHelp: 'pvesdn_config_route_maps',
store: {
autoLoad: true,
--
2.47.3
next prev parent reply other threads:[~2026-05-19 15:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 15:04 [PATCH manager 0/2] ui & ux polishing for pve manager Shannon Sterz
2026-05-19 15:04 ` Shannon Sterz [this message]
2026-05-19 15:04 ` [PATCH manager 2/2] ui: route map panel: fix alignment of value cells when adding/editing Shannon Sterz
2026-05-19 19:17 ` applied: [PATCH manager 0/2] ui & ux polishing for pve manager Thomas Lamprecht
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=20260519150415.334856-2-s.sterz@proxmox.com \
--to=s.sterz@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.