mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 07:06:14 +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',
|
xtype: 'proxmoxtextfield',
|
||||||
hidden: true,
|
hidden: true,
|
||||||
name: 'server',
|
name: 'server',
|
||||||
|
submitValue: me.isCreate, // it is fixed
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxtextfield',
|
xtype: 'proxmoxtextfield',
|
||||||
|
Loading…
Reference in New Issue
Block a user