[pbs-devel] [PATCH proxmox-backup v5 4/4] ui: show altnames

Stefan Hanreich s.hanreich at proxmox.com
Mon Aug 4 18:24:42 CEST 2025


proxmox-network-api now returns the altnames of interfaces in its
response, so we can show them now in the PBS UI.

Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
 www/SystemConfiguration.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/SystemConfiguration.js b/www/SystemConfiguration.js
index edb84b17..46bfe613 100644
--- a/www/SystemConfiguration.js
+++ b/www/SystemConfiguration.js
@@ -43,6 +43,7 @@ Ext.define('PBS.SystemConfiguration', {
                     showApplyBtn: true,
                     types: ['bond', 'bridge', 'vlan'],
                     nodename: 'localhost',
+                    showAltNames: true,
                 },
             ],
         },
-- 
2.47.2




More information about the pbs-devel mailing list