ui: tape: fix eslint warnings
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
6682461d88
commit
e8bf4f31f2
@ -33,7 +33,7 @@ Ext.define('PBS.TapeManagement.BackupJobEdit', {
|
||||
let me = this;
|
||||
|
||||
if (values['export-media-set'] && !me.up('pbsTapeBackupJobEdit').isCreate) {
|
||||
Proxmox.Utils.assemble_field_data(values, { delete: 'eject-media' });
|
||||
Proxmox.Utils.assemble_field_data(values, { "delete": 'eject-media' });
|
||||
}
|
||||
return values;
|
||||
},
|
||||
|
Reference in New Issue
Block a user