ui: tape/TapeInventory: set defaultValue for pool to ''

otherwise the grouping feature of the grid gets confused as it encounters
undefined values

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-02-18 09:26:44 +01:00 committed by Dietmar Maurer
parent 918a367258
commit 9d42fe4d3b

View File

@ -9,7 +9,10 @@ Ext.define('pbs-model-tapes', {
'media-set-ctime',
'media-set-name',
'media-set-uuid',
'pool',
{
name: 'pool',
defaultValue: '',
},
'seq-nr',
'status',
'uuid',