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:
Dominik Csapak 2021-10-28 15:54:49 +02:00
parent ae595bc16c
commit 4b105ec574

View File

@ -508,6 +508,7 @@ Ext.define('PVE.storage.PBSInputPanel', {
xtype: 'proxmoxtextfield',
hidden: true,
name: 'server',
submitValue: me.isCreate, // it is fixed
},
{
xtype: 'proxmoxtextfield',