From: Cole Hughes <c.hughes@proxmox.com>
To: c.hughes@proxmox.com, pve-devel@lists.proxmox.com
Subject: [PATCH manager v2 2/3] sdn: removing ASN number
Date: Fri, 4 Sep 2026 23:06:58 -0400 [thread overview]
Message-ID: <20260905030730.24660-3-c.hughes@proxmox.com> (raw)
In-Reply-To: <20260905030730.24660-1-c.hughes@proxmox.com>
ASN is the acronym for Autonomous System Number, using "ASN #" is
redundant.
Signed-off-by: Cole Hughes <c.hughes@proxmox.com>
---
changes since v1:
- no changes
---
www/manager6/sdn/controllers/BgpEdit.js | 2 +-
www/manager6/sdn/controllers/EvpnEdit.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 5fa9fcb2..20afd5fb 100644
--- a/www/manager6/sdn/controllers/BgpEdit.js
+++ b/www/manager6/sdn/controllers/BgpEdit.js
@@ -34,7 +34,7 @@ Ext.define('PVE.sdn.controllers.BgpInputPanel', {
minValue: 1,
maxValue: 4294967295,
value: 65000,
- fieldLabel: 'ASN #',
+ fieldLabel: 'ASN',
allowBlank: false,
},
{
diff --git a/www/manager6/sdn/controllers/EvpnEdit.js b/www/manager6/sdn/controllers/EvpnEdit.js
index 46e4ab73..400f42f1 100644
--- a/www/manager6/sdn/controllers/EvpnEdit.js
+++ b/www/manager6/sdn/controllers/EvpnEdit.js
@@ -21,7 +21,7 @@ Ext.define('PVE.sdn.controllers.EvpnInputPanel', {
minValue: 1,
maxValue: 4294967295,
value: 65000,
- fieldLabel: 'ASN #',
+ fieldLabel: 'ASN',
allowBlank: false,
},
{
--
2.50.1 (Apple Git-155)
next prev parent reply other threads:[~2026-09-05 3:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-05 3:06 [PATCH docs/manager/network v2 0/3] remove ASN number Cole Hughes
2026-09-05 3:06 ` [PATCH docs v2 1/3] sdn: removing " Cole Hughes
2026-09-05 3:06 ` Cole Hughes [this message]
2026-09-05 3:06 ` [PATCH network v2 3/3] " Cole Hughes
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=20260905030730.24660-3-c.hughes@proxmox.com \
--to=c.hughes@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.