public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH pve-manager] ui: add online help link for prefix lists and route maps
@ 2026-05-19 12:29 Christian Ebner
  2026-05-19 15:16 ` Shannon Sterz
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Ebner @ 2026-05-19 12:29 UTC (permalink / raw)
  To: pve-devel

These have several config options which are worth to be easily looked
up by directly providing the link to the docs.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
 www/manager6/sdn/PrefixListPanel.js | 2 ++
 www/manager6/sdn/RouteMapPanel.js   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/www/manager6/sdn/PrefixListPanel.js b/www/manager6/sdn/PrefixListPanel.js
index d8ce3db8..d678356c 100644
--- a/www/manager6/sdn/PrefixListPanel.js
+++ b/www/manager6/sdn/PrefixListPanel.js
@@ -45,6 +45,8 @@ Ext.define('PVE.sdn.EditPrefixListEntryWindow', {
     extend: 'Proxmox.window.Edit',
     mixins: ['Proxmox.Mixin.CBind'],
 
+    onlineHelp: 'pvesdn_config_prefix_lists',
+
     // TRANSLATORS: Refers to an FRR prefix list, some languages may prefer to
     // keep "prefix list" as-is:
     // https://docs.frrouting.org/en/latest/filter.html#ip-prefix-list
diff --git a/www/manager6/sdn/RouteMapPanel.js b/www/manager6/sdn/RouteMapPanel.js
index 46f243fb..25630d8c 100644
--- a/www/manager6/sdn/RouteMapPanel.js
+++ b/www/manager6/sdn/RouteMapPanel.js
@@ -709,6 +709,8 @@ Ext.define('PVE.sdn.EditRouteMapEntryWindow', {
     // https://docs.frrouting.org/en/latest/routemap.html
     subject: gettext('Route Map Entry'),
 
+    onlineHelp: 'pvesdn_config_route_maps',
+
     initComponent: function () {
         let me = this;
         me.method = me.isCreate ? 'POST' : 'PUT';
-- 
2.47.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-19 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19 12:29 [PATCH pve-manager] ui: add online help link for prefix lists and route maps Christian Ebner
2026-05-19 15:16 ` Shannon Sterz

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