remove obsolete belongsTo
this was not needed Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a7fc228939
commit
4555bf4ad6
@ -362,7 +362,6 @@ Ext.define('PVE.DiskSmartWindow', {
|
||||
extend: 'Ext.data.Model',
|
||||
fields: [
|
||||
{ name:'id', type:'number' }, 'name', 'value', 'worst', 'threshold', 'flags', 'fail', 'raw'
|
||||
],
|
||||
belongsTo: 'disk-smart'
|
||||
]
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user