* [PATCH pve-manager] fix #7460: ui: sdn: use correct help links for BGP and IS-IS
@ 2026-07-03 8:36 Elias Huhsovitz
2026-07-03 13:49 ` Gabriel Goller
0 siblings, 1 reply; 2+ messages in thread
From: Elias Huhsovitz @ 2026-07-03 8:36 UTC (permalink / raw)
To: pve-devel; +Cc: Elias Huhsovitz
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH pve-manager] fix #7460: ui: sdn: use correct help links for BGP and IS-IS
2026-07-03 8:36 [PATCH pve-manager] fix #7460: ui: sdn: use correct help links for BGP and IS-IS Elias Huhsovitz
@ 2026-07-03 13:49 ` Gabriel Goller
0 siblings, 0 replies; 2+ messages in thread
From: Gabriel Goller @ 2026-07-03 13:49 UTC (permalink / raw)
To: Elias Huhsovitz; +Cc: pve-devel
On Fri, 03 Jul 2026 10:36:28 +0200, Elias Huhsovitz <e.huhsovitz@proxmox.com> wrote:
> 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.
Reviewed-by: Gabriel Goller <g.goller@proxmox.com>
Tested-by: Gabriel Goller <g.goller@proxmox.com>
--
Gabriel Goller <g.goller@proxmox.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-03 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03 8:36 [PATCH pve-manager] fix #7460: ui: sdn: use correct help links for BGP and IS-IS Elias Huhsovitz
2026-07-03 13:49 ` Gabriel Goller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox