From: Elias Huhsovitz <e.huhsovitz@proxmox.com>
To: pve-devel@lists.proxmox.com
Cc: Elias Huhsovitz <e.huhsovitz@proxmox.com>
Subject: [PATCH pve-manager] fix #7460: ui: sdn: use correct help links for BGP and IS-IS
Date: Fri, 3 Jul 2026 10:36:28 +0200 [thread overview]
Message-ID: <20260703083628.20074-1-e.huhsovitz@proxmox.com> (raw)
The help buttons in the BGP and IS-IS controller dialogs were
incorrectly pointing to the EVPN documentation. Update the links
to use the correct documentation anchors.
Signed-off-by: Elias Huhsovitz <e.huhsovitz@proxmox.com>
---
www/manager6/sdn/controllers/BgpEdit.js | 2 +-
www/manager6/sdn/controllers/IsisEdit.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/manager6/sdn/controllers/BgpEdit.js b/www/manager6/sdn/controllers/BgpEdit.js
index f587c403..5fa9fcb2 100644
--- a/www/manager6/sdn/controllers/BgpEdit.js
+++ b/www/manager6/sdn/controllers/BgpEdit.js
@@ -1,7 +1,7 @@
Ext.define('PVE.sdn.controllers.BgpInputPanel', {
extend: 'PVE.panel.SDNControllerBase',
- onlineHelp: 'pvesdn_controller_plugin_evpn',
+ onlineHelp: 'pvesdn_controller_plugin_BGP',
onGetValues: function (values) {
var me = this;
diff --git a/www/manager6/sdn/controllers/IsisEdit.js b/www/manager6/sdn/controllers/IsisEdit.js
index edacd173..75f6ccf1 100644
--- a/www/manager6/sdn/controllers/IsisEdit.js
+++ b/www/manager6/sdn/controllers/IsisEdit.js
@@ -1,7 +1,7 @@
Ext.define('PVE.sdn.controllers.IsisInputPanel', {
extend: 'PVE.panel.SDNControllerBase',
- onlineHelp: 'pvesdn_controller_plugin_evpn',
+ onlineHelp: 'pvesdn_controller_plugin_ISIS',
onGetValues: function (values) {
var me = this;
--
2.47.3
next reply other threads:[~2026-07-03 8:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-03 8:36 Elias Huhsovitz [this message]
2026-07-03 13:49 ` [PATCH pve-manager] fix #7460: ui: sdn: use correct help links for BGP and IS-IS Gabriel Goller
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=20260703083628.20074-1-e.huhsovitz@proxmox.com \
--to=e.huhsovitz@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.