all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [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

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 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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal