Signed-off-by: Lorenz Stechauner <l.stechau...@proxmox.com>
---
 www/manager6/storage/PBSEdit.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js
index fcbc9548..0d7b8033 100644
--- a/www/manager6/storage/PBSEdit.js
+++ b/www/manager6/storage/PBSEdit.js
@@ -465,6 +465,13 @@ Ext.define('PVE.storage.PBSInputPanel', {
                fieldLabel: gettext('Server'),
                allowBlank: false,
            },
+           {
+               xtype: me.isCreate ? 'numberfield' : 'displayfield',
+               name: 'port',
+               value: 8007,
+               fieldLabel: gettext('Port'),
+               allowBlank: false,
+           },
            {
                xtype: me.isCreate ? 'textfield' : 'displayfield',
                name: 'username',
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to