public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Cole Hughes <c.hughes@proxmox.com>
To: pve-devel@lists.proxmox.com, c.hughes@proxmox.com
Subject: [PATCH manager 2/3] sdn: removing ASN number
Date: Fri, 28 Aug 2026 14:24:04 -0400	[thread overview]
Message-ID: <20260828182412.47042-3-c.hughes@proxmox.com> (raw)
In-Reply-To: <20260828182412.47042-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>
---
 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,
             },
             {
-- 
Cole Hughes <c.hughes@proxmox.com>





  parent reply	other threads:[~2026-08-28 18:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-28 18:24 [PATCH docs/manager/network 0/3] remove ASN number Cole Hughes
2026-08-28 18:24 ` [PATCH docs 1/3] sdn: removing " Cole Hughes
2026-08-28 18:24 ` Cole Hughes [this message]
2026-08-28 18:24 ` [PATCH network 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=20260828182412.47042-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 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