From: Hannes Laimer <h.laimer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH pve-manager] ui: sdn fabric: add onlineHelp to node edit dialogs
Date: Mon, 18 May 2026 16:06:45 +0200 [thread overview]
Message-ID: <20260518140645.74923-1-h.laimer@proxmox.com> (raw)
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
---
we have the doc sections, no reason to not link to them
www/manager6/sdn/fabrics/bgp/NodeEdit.js | 1 +
www/manager6/sdn/fabrics/openfabric/NodeEdit.js | 1 +
www/manager6/sdn/fabrics/ospf/NodeEdit.js | 1 +
www/manager6/sdn/fabrics/wireguard/NodeEdit.js | 1 +
4 files changed, 4 insertions(+)
diff --git a/www/manager6/sdn/fabrics/bgp/NodeEdit.js b/www/manager6/sdn/fabrics/bgp/NodeEdit.js
index 1ad586df..9b12383d 100644
--- a/www/manager6/sdn/fabrics/bgp/NodeEdit.js
+++ b/www/manager6/sdn/fabrics/bgp/NodeEdit.js
@@ -1,6 +1,7 @@
Ext.define('PVE.sdn.Fabric.Bgp.Node.Edit', {
extend: 'PVE.sdn.Fabric.Node.Edit',
protocol: 'bgp',
+ onlineHelp: 'pvesdn_bgp_node',
extraRequestParams: {
protocol: 'bgp',
diff --git a/www/manager6/sdn/fabrics/openfabric/NodeEdit.js b/www/manager6/sdn/fabrics/openfabric/NodeEdit.js
index 8296ec13..71c4c20d 100644
--- a/www/manager6/sdn/fabrics/openfabric/NodeEdit.js
+++ b/www/manager6/sdn/fabrics/openfabric/NodeEdit.js
@@ -1,6 +1,7 @@
Ext.define('PVE.sdn.Fabric.OpenFabric.Node.Edit', {
extend: 'PVE.sdn.Fabric.Node.Edit',
protocol: 'openfabric',
+ onlineHelp: 'pvesdn_openfabric_node',
extraRequestParams: {
protocol: 'openfabric',
diff --git a/www/manager6/sdn/fabrics/ospf/NodeEdit.js b/www/manager6/sdn/fabrics/ospf/NodeEdit.js
index bf96ee95..9af2b75b 100644
--- a/www/manager6/sdn/fabrics/ospf/NodeEdit.js
+++ b/www/manager6/sdn/fabrics/ospf/NodeEdit.js
@@ -1,6 +1,7 @@
Ext.define('PVE.sdn.Fabric.Ospf.Node.Edit', {
extend: 'PVE.sdn.Fabric.Node.Edit',
protocol: 'ospf',
+ onlineHelp: 'pvesdn_ospf_node',
hasIpv6Support: false,
includeWireguardInterfaces: true,
diff --git a/www/manager6/sdn/fabrics/wireguard/NodeEdit.js b/www/manager6/sdn/fabrics/wireguard/NodeEdit.js
index 5fdc4043..26c86bda 100644
--- a/www/manager6/sdn/fabrics/wireguard/NodeEdit.js
+++ b/www/manager6/sdn/fabrics/wireguard/NodeEdit.js
@@ -1,6 +1,7 @@
Ext.define('PVE.sdn.Fabric.WireGuard.Node.Edit', {
extend: 'PVE.sdn.Fabric.Node.Edit',
protocol: 'wireguard',
+ onlineHelp: 'pvesdn_wireguard_node',
extraRequestParams: {
protocol: 'wireguard',
--
2.47.3
next reply other threads:[~2026-05-18 14:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-18 14:06 Hannes Laimer [this message]
2026-05-18 20:06 ` applied: [PATCH pve-manager] ui: sdn fabric: add onlineHelp to node edit dialogs 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=20260518140645.74923-1-h.laimer@proxmox.com \
--to=h.laimer@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox