mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 08:18:00 +00:00
ui: storage/PBSEdit: do not send server on edit
it's a fixed value for the storage config, so the api would reject it Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
ae595bc16c
commit
4b105ec574
@ -508,6 +508,7 @@ Ext.define('PVE.storage.PBSInputPanel', {
|
||||
xtype: 'proxmoxtextfield',
|
||||
hidden: true,
|
||||
name: 'server',
|
||||
submitValue: me.isCreate, // it is fixed
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxtextfield',
|
||||
|
Loading…
Reference in New Issue
Block a user